From d2993c5b82a2db188d8c95e7149b4f58249d8413 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 28 May 2026 18:41:49 +0300 Subject: [PATCH] Add postgresql namespace to yc-k8s-test-02 --- clusters/yc-k8s-test-02/infrastructure/kustomization.yaml | 1 + .../yc-k8s-test-02/infrastructure/postgresql-namespace.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 clusters/yc-k8s-test-02/infrastructure/postgresql-namespace.yaml 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