fixed Ports

This commit is contained in:
Leopold Lamprecht 2022-09-18 01:17:58 +02:00
parent 60ab997497
commit 9a6bc09ffa
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ spec:
- name: knilch-server
image: git.cluster.stumblestore.de/llamprecht/knilch-web
ports:
- containerPort: 80
- containerPort: 3000
limits:
memory: "32Mi"
cpu: "100m"

View file

@ -7,8 +7,8 @@ metadata:
namespace: knilch-web
spec:
ports:
- port: 80
- port: 3000
protocol: TCP
targetPort: 80
targetPort: 3000
selector:
app: knilch-server