diff --git a/clusters/yc-k8s-test-02/infrastructure/kustomization.yaml b/clusters/yc-k8s-test-02/infrastructure/kustomization.yaml index 97a1f19..a20f06f 100644 --- a/clusters/yc-k8s-test-02/infrastructure/kustomization.yaml +++ b/clusters/yc-k8s-test-02/infrastructure/kustomization.yaml @@ -12,6 +12,7 @@ resources: - ../../../infrastructure/kafka - ../../../infrastructure/redis - ../../../infrastructure/camunda + - ./postgresql-namespace.yaml - ../../../infrastructure/postgresql - ../../../infrastructure/zitadel - ../../../infrastructure/keycloak diff --git a/clusters/yc-k8s-test-02/infrastructure/postgresql-namespace.yaml b/clusters/yc-k8s-test-02/infrastructure/postgresql-namespace.yaml new file mode 100644 index 0000000..a6bb64a --- /dev/null +++ b/clusters/yc-k8s-test-02/infrastructure/postgresql-namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: postgresql