diff --git a/infra/k8s/overlays/dev/kustomization.yaml b/infra/k8s/overlays/dev/kustomization.yaml index 587c3e6..0661b92 100644 --- a/infra/k8s/overlays/dev/kustomization.yaml +++ b/infra/k8s/overlays/dev/kustomization.yaml @@ -3,6 +3,7 @@ kind: Kustomization resources: - ../../base + - secrets.yaml namespace: workclub-dev @@ -32,3 +33,7 @@ patches: target: kind: Deployment name: workclub-frontend + - path: patches/postgres-patch.yaml + target: + kind: StatefulSet + name: workclub-postgres