adjust resources

This commit is contained in:
2025-01-08 15:11:12 -06:00
parent 2fbc912c29
commit e3a32d0866
5 changed files with 15 additions and 1 deletions

View File

@@ -228,6 +228,10 @@ postgres-16-cluster:
storageClass: local-path storageClass: local-path
storage: storage:
storageClass: local-path storageClass: local-path
resources:
requests:
memory: 384Mi
cpu: 200m
monitoring: monitoring:
enabled: true enabled: true
postgresql: postgresql:

View File

@@ -126,7 +126,7 @@ postgres-17-cluster:
resources: resources:
requests: requests:
memory: 1Gi memory: 1Gi
cpu: 150m cpu: 200m
monitoring: monitoring:
enabled: true enabled: true
bootstrap: bootstrap:

View File

@@ -123,6 +123,10 @@ postgres-17-cluster:
storageClass: local-path storageClass: local-path
storage: storage:
storageClass: local-path storageClass: local-path
resources:
requests:
memory: 1Gi
cpu: 200m
monitoring: monitoring:
enabled: true enabled: true
bootstrap: bootstrap:

View File

@@ -126,6 +126,9 @@ postgres-17-cluster:
storageClass: local-path storageClass: local-path
storage: storage:
storageClass: local-path storageClass: local-path
resources:
requests:
memory: 512Mi
monitoring: monitoring:
enabled: true enabled: true
bootstrap: bootstrap:

View File

@@ -329,6 +329,9 @@ postgres-17-cluster:
storageClass: local-path storageClass: local-path
storage: storage:
storageClass: local-path storageClass: local-path
resources:
requests:
cpu: 200m
monitoring: monitoring:
enabled: true enabled: true
backup: backup: