Skip to content

Commit

Permalink
disable startupProbe if nginx is used
Browse files Browse the repository at this point in the history
Signed-off-by: francesco.gianni <francesco.gianni@live.it>
  • Loading branch information
francesco995 committed Mar 20, 2021
1 parent b40b8d7 commit 1afd7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ spec:
successThreshold: {{ .Values.readinessProbe.successThreshold }}
failureThreshold: {{ .Values.readinessProbe.failureThreshold }}
{{- end }}
{{- if .Values.startupProbe.enabled }}
{{- if and .Values.startupProbe.enabled (not .Values.nginx.enabled) }}
startupProbe:
httpGet:
path: /status.php
Expand Down

0 comments on commit 1afd7dd

Please sign in to comment.