Uncomment PostgreSQL resource and clean up backend patch configuration in yc-k8s-test kustomization file
This commit is contained in:
parent
9583448beb
commit
46e16fc287
@ -3,9 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
# - postgresql.yaml
|
- postgresql.yaml
|
||||||
patches:
|
patches: []
|
||||||
- path: replicas.yaml
|
# - path: replicas.yaml
|
||||||
target:
|
# target:
|
||||||
kind: Deployment
|
# kind: Deployment
|
||||||
name: backend
|
# name: backend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user