File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1212 default_pool_size = {{ .Values.defaultPoolSize | default "10" }}
1313 min_pool_size = {{ .Values.minPoolSize | default "1" }}
1414 pooler_mode = {{ .Values.poolerMode | default "transaction" | quote }}
15+ {{- if .Values.healthcheckPort }}
16+ healthcheck_port = {{ .Values.healthcheckPort }}
17+ {{- end }}
1518 healthcheck_interval = {{ .Values.healthcheckInterval | default "30_000" }}
1619 idle_healthcheck_interval = {{ .Values.idleHealthcheckInterval | default "30_000" }}
1720 idle_healthcheck_delay = {{ .Values.idleHealthcheckDelay | default "5_000" }}
Original file line number Diff line number Diff line change 1616 # name: ghcr.io/pgdogdev/pgdog:main
1717# port on which PgDog will run.
1818port : 6432
19+ # healthcheckPort on which PgDog will expose healthcheck endpoint
20+ # (if not specified, no separate healthcheck port is configured)
21+ # healthcheckPort: 8080
1922# replicas indicates how many instances of PgDog will run (HA).
2023replicas : 2
2124
You can’t perform that action at this time.
0 commit comments