Enable PostgreSQL configuration in yc-k8s-test kustomization and reorder memory resource requests

This commit is contained in:
emelinda 2026-04-17 14:50:41 +03:00
parent 5c401a37d1
commit 4e50baf465
2 changed files with 4 additions and 4 deletions

View File

@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
# - postgresql.yaml
- postgresql.yaml
patches: []

View File

@ -56,9 +56,6 @@ spec:
persistence:
storageClass: local-path
size: 20Gi
resources:
requests:
memory: 512Mi
customLivenessProbe:
exec:
command:
@ -92,6 +89,9 @@ spec:
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 6
resources:
requests:
memory: 512Mi
nodeSelector:
dedicated: db
tolerations: