Skip to content

Commit

Permalink
fix: CNPG default instances
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jul 25, 2023
1 parent ac1676e commit 6eb7128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fabrique/charts/pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cnpg-cluster:
- {{ .Values.kontinuous.parentChart }}.jobs-pg
~tpl~dbOwner: "{{ .Values.global.pgUser }}"
~tpl~dbName: "{{ .Values.global.pgDatabase }}"
~tpl~instances: "{{ if (or .Values.global.isProd .Values.global.isPreprod) }}3{{else}}1{{end}}"
~tpl~replicaCount: "{{ if (or .Values.global.isProd .Values.global.isPreprod) }}3{{else}}1{{end}}"
postgresqlParameter:
timezone: "Europe/Paris"
extensions:
Expand Down

0 comments on commit 6eb7128

Please sign in to comment.