Add postgresql namespace to yc-k8s-test-02

This commit is contained in:
Kochetkov S 2026-05-28 18:41:49 +03:00
parent fb0c82dff2
commit d2993c5b82
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@ resources:
- ../../../infrastructure/kafka
- ../../../infrastructure/redis
- ../../../infrastructure/camunda
- ./postgresql-namespace.yaml
- ../../../infrastructure/postgresql
- ../../../infrastructure/zitadel
- ../../../infrastructure/keycloak

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: postgresql