diff --git a/kustomize/overlays/internal/yamls/kustomization.yaml b/kustomize/overlays/internal/yamls/kustomization.yaml index 497cb7e..f5d100c 100644 --- a/kustomize/overlays/internal/yamls/kustomization.yaml +++ b/kustomize/overlays/internal/yamls/kustomization.yaml @@ -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 diff --git a/kustomize/overlays/internal/yamls/procedures.yaml b/kustomize/overlays/internal/yamls/procedures.yaml new file mode 100644 index 0000000..d080930 --- /dev/null +++ b/kustomize/overlays/internal/yamls/procedures.yaml @@ -0,0 +1,10 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: procedures +spec: + template: + spec: + containers: + - name: procedures + imagePullPolicy: Always \ No newline at end of file