diff --git a/charts/sigi/v0/values.yaml b/charts/sigi/v0/values.yaml index 2f1f612..cbf9c38 100644 --- a/charts/sigi/v0/values.yaml +++ b/charts/sigi/v0/values.yaml @@ -104,12 +104,17 @@ postgresql: repository: bitnami/postgresql tag: 14.4.0-debian-11-r0 pullPolicy: IfNotPresent - service: - type: ClusterIP - port: 5432 - persistence: - enabled: true - size: 1Gi + primary: + service: + type: ClusterIP + port: 5432 + persistence: + enabled: true + size: 1Gi + resources: + requests: + cpu: 250m + memory: 256Mi auth: postgresPassword: sigi password: sigi @@ -120,10 +125,6 @@ postgresql: value: pt_BR.UTF-8 - name: LANGUAGE value: pt_BR.UTF-8 - resources: - requests: - cpu: 50m - memory: 64Mi resources: limits: