Skip to content

Commit

Permalink
add missing container ports
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 bdef20f commit f561e43
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kustomize/base/main/bundestagio-admin-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
name: ai-votes-access-token
key: ACCESS_TOKEN
optional: false
ports:
- containerPort: 3000
protocol: TCP
envFrom:
- configMapRef:
name: bio-admin-config
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/bundestagio-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
containers:
- name: bundestagio
image: democracy/bundestag.io:0.1.58
ports:
- containerPort: 3100
protocol: TCP
envFrom:
- configMapRef:
name: bio-api-config
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/bundestagio-dip-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
containers:
- name: bundestagio-dip
image: democracy/bundestag.io-dip:0.1.7
ports:
- containerPort: 3101
protocol: TCP
envFrom:
- secretRef:
name: dip-api-token
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/democracy-api-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
containers:
- name: democracy-api
image: democracy/democracy-server:0.2.64
ports:
- containerPort: 3000
protocol: TCP
envFrom:
- configMapRef:
name: democracy-api-config
Expand Down
5 changes: 5 additions & 0 deletions kustomize/base/main/nats-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ spec:
'-cid',
'ticketing',
]
ports:
- containerPort: 4222
protocol: TCP
- containerPort: 8222
protocol: TCP
---
apiVersion: v1
kind: Service
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/qr-code-handler-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spec:
- name: qr-code-handler
image: democracy/qr-code-handler:1.0.9
imagePullPolicy: Always
ports:
- containerPort: 3000
protocol: TCP
envFrom:
- configMapRef:
name: qr-code-handler-config
Expand Down

0 comments on commit f561e43

Please sign in to comment.