mirror of
https://git.cluster.stumblestore.de/llamprecht/KnilchWeb.git
synced 2025-12-15 00:51:19 +01:00
fixed Ports
This commit is contained in:
parent
60ab997497
commit
9a6bc09ffa
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
- name: knilch-server
|
- name: knilch-server
|
||||||
image: git.cluster.stumblestore.de/llamprecht/knilch-web
|
image: git.cluster.stumblestore.de/llamprecht/knilch-web
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 3000
|
||||||
limits:
|
limits:
|
||||||
memory: "32Mi"
|
memory: "32Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
|
|
@ -7,8 +7,8 @@ metadata:
|
||||||
namespace: knilch-web
|
namespace: knilch-web
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 3000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 80
|
targetPort: 3000
|
||||||
selector:
|
selector:
|
||||||
app: knilch-server
|
app: knilch-server
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue