diff --git a/postgres/postgres-cluster-values.gomplate.yaml b/postgres/postgres-cluster-values.gomplate.yaml index b0da714..52cf6a3 100644 --- a/postgres/postgres-cluster-values.gomplate.yaml +++ b/postgres/postgres-cluster-values.gomplate.yaml @@ -1,6 +1,15 @@ cluster: instances: 1 + # Resource configuration (Guaranteed QoS) + resources: + requests: + cpu: 200m + memory: 1Gi + limits: + cpu: 200m + memory: 1Gi + # Storage configuration storage: size: {{ .Env.POSTGRES_STORAGE_SIZE }}