mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
Synchronize upstreamed folder to d5450bf43
This commit is contained in:
@@ -142,7 +142,11 @@ spec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
{{- if .Values.postgresqlDatabase }}
|
||||
- exec pg_isready -U {{ .Values.postgresqlUsername | quote }} -d {{ .Values.postgresqlDatabase | quote }} -h localhost
|
||||
{{- else }}
|
||||
- exec pg_isready -U {{ .Values.postgresqlUsername | quote }} -h localhost
|
||||
{{- end }}
|
||||
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
|
||||
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
|
||||
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
|
||||
@@ -155,7 +159,11 @@ spec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
{{- if .Values.postgresqlDatabase }}
|
||||
- exec pg_isready -U {{ .Values.postgresqlUsername | quote }} -d {{ .Values.postgresqlDatabase | quote }} -h localhost
|
||||
{{- else }}
|
||||
- exec pg_isready -U {{ .Values.postgresqlUsername | quote }} -h localhost
|
||||
{{- end }}
|
||||
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
|
||||
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
|
||||
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
|
||||
|
||||
Reference in New Issue
Block a user