Uncomment PostgreSQL resource and clean up backend patch configuration in yc-k8s-test kustomization file

This commit is contained in:
emelinda 2026-04-17 10:35:52 +03:00
parent 9583448beb
commit 46e16fc287

View File

@ -3,9 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
# - postgresql.yaml
patches:
- path: replicas.yaml
target:
kind: Deployment
name: backend
- postgresql.yaml
patches: []
# - path: replicas.yaml
# target:
# kind: Deployment
# name: backend