prod postgres memory from 2 to 3Gb

cusqa
jan.jantzen 1 year ago
parent be7974a78f
commit 767c27e514

@ -118,6 +118,9 @@ smardigo-connect:
basebackup: basebackup:
timeThreshold: 86400 # for backups older than 1 day timeThreshold: 86400 # for backups older than 1 day
teamLabel: alerting-nso-mobene teamLabel: alerting-nso-mobene
resources:
limits:
memory: 3Gi
connect: connect:
additional_labels: additional_labels:
restart: 20240806-0900 restart: 20240806-0900
@ -149,7 +152,7 @@ smardigo-connect:
config_delete_scope_enabled: true config_delete_scope_enabled: true
resources: resources:
limits: limits:
memory: 8Gi memory: 4Gi
requests: requests:
cpu: "2.5" cpu: "2.5"
processSearch: processSearch:

Loading…
Cancel
Save