Browse Source

Fix issue with postgresql parameters in SIGI chart

master
Fábio Kaiser Rauber 2 years ago
parent
commit
a4ad4664ed
  1. 21
      charts/sigi/v0/values.yaml

21
charts/sigi/v0/values.yaml

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

Loading…
Cancel
Save