Skip to content

Commit 45eb732

Browse files
author
Manuel Ruck
committed
add missing container ports
Signed-off-by: Manuel Ruck <[email protected]>
1 parent ad132bc commit 45eb732

6 files changed

+20
-0
lines changed

kustomize/base/main/bundestagio-admin-depl.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ spec:
1515
containers:
1616
- name: bundestagio-admin
1717
image: democracy/bundestag.io-admin:3.0.7
18+
ports:
19+
- containerPort: 3000
20+
protocol: TCP
1821
envFrom:
1922
- configMapRef:
2023
name: bio-admin-config

kustomize/base/main/bundestagio-depl.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ spec:
1515
containers:
1616
- name: bundestagio
1717
image: democracy/bundestag.io:0.1.58
18+
ports:
19+
- containerPort: 3100
20+
protocol: TCP
1821
envFrom:
1922
- configMapRef:
2023
name: bio-api-config

kustomize/base/main/bundestagio-dip-depl.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ spec:
1515
containers:
1616
- name: bundestagio-dip
1717
image: democracy/bundestag.io-dip:0.1.7
18+
ports:
19+
- containerPort: 3101
20+
protocol: TCP
1821
envFrom:
1922
- secretRef:
2023
name: dip-api-token

kustomize/base/main/democracy-api-depl.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ spec:
1515
containers:
1616
- name: democracy-api
1717
image: democracy/democracy-server:0.2.64
18+
ports:
19+
- containerPort: 3000
20+
protocol: TCP
1821
envFrom:
1922
- configMapRef:
2023
name: democracy-api-config

kustomize/base/main/nats-depl.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ spec:
3131
'-cid',
3232
'ticketing',
3333
]
34+
ports:
35+
- containerPort: 4222
36+
protocol: TCP
37+
- containerPort: 8222
38+
protocol: TCP
3439
---
3540
apiVersion: v1
3641
kind: Service

kustomize/base/main/qr-code-handler-depl.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spec:
1616
- name: qr-code-handler
1717
image: democracy/qr-code-handler:1.0.9
1818
imagePullPolicy: Always
19+
ports:
20+
- containerPort: 3000
21+
protocol: TCP
1922
envFrom:
2023
- configMapRef:
2124
name: qr-code-handler-config

0 commit comments

Comments
 (0)