Enable PostgreSQL configuration in yc-k8s-test kustomization and reorder memory resource requests
This commit is contained in:
parent
5c401a37d1
commit
4e50baf465
@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
# - postgresql.yaml
|
||||
- postgresql.yaml
|
||||
patches: []
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user