Skip to content

Commit 9f10bea

Browse files
author
Manuel Ruck
committed
cleanup
Signed-off-by: Manuel Ruck <[email protected]>
1 parent 0eb3c4d commit 9f10bea

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
@@ -10,7 +10,6 @@ resources:
1010
- bundestagio-dip-depl.yaml
1111
- democracy-api-depl.yaml
1212
- democracy-app-depl.yaml
13-
- nats-depl.yaml
1413
- democracy-sync-procedures-cronjob.yaml
1514
- democracy-sync-named-polls-cronjob.yaml
1615
- democracy-sync-deputy-profiles.yaml

kustomize/base/main/nats-depl.yaml

-55
This file was deleted.

0 commit comments

Comments
 (0)