Skip to content

Commit fe41590

Browse files
author
Manuel Ruck
committed
cleanup
Signed-off-by: Manuel Ruck <[email protected]>
1 parent f561e43 commit fe41590

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

kustomize/base/local/democracy-mongo-depl.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ spec:
1919
containers:
2020
- name: democracy-mongo
2121
image: mongo:4
22+
ports:
23+
- containerPort: 27017
2224
volumeMounts:
2325
- name: mongo-storage
2426
mountPath: /data/db

kustomize/base/main/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ resources:
88
- bundestagio-dip-depl.yaml
99
- democracy-api-depl.yaml
1010
- democracy-app-depl.yaml
11-
- nats-depl.yaml
1211
- democracy-sync-procedures-cronjob.yaml
1312
- democracy-sync-named-polls-cronjob.yaml
1413
- democracy-sync-deputy-profiles.yaml

kustomize/base/main/nats-depl.yaml

-55
This file was deleted.

0 commit comments

Comments
 (0)