Skip to content

Commit

Permalink
pull always procedures service
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Sep 22, 2024
1 parent 6ee0adf commit 595fb5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions kustomize/overlays/internal/yamls/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ patches:
- path: import-procedures.yaml
- path: mongo-statefulset.yaml
- path: non-named-votes-ai.yaml
- path: procedures.yaml

namespace: democracy-internal
10 changes: 10 additions & 0 deletions kustomize/overlays/internal/yamls/procedures.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: procedures
spec:
template:
spec:
containers:
- name: procedures
imagePullPolicy: Always

0 comments on commit 595fb5e

Please sign in to comment.