Skip to content

Commit

Permalink
fix add container port for democracy-app
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <git@manuelruck.de>
  • Loading branch information
Manuel Ruck committed Apr 24, 2024
1 parent 6ecd6ad commit bdef20f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kustomize/base/cluster/patches/democracy-app-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ spec:
spec:
containers:
- name: democracy-app
ports:
- containerPort: 3000
protocol: TCP
# livenessProbe:
# httpGet:
# path: /
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/democracy-app-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
envFrom:
- configMapRef:
name: democracy-app-config
ports:
- containerPort: 3000
protocol: TCP
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit bdef20f

Please sign in to comment.