master
Marius Ensrud 4 years ago
parent a47cd61cdb
commit 7f3f1bc9fa

@ -84,7 +84,7 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.guacamole.readinessProbe }}
livenessProbe:
readinessProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
resources:

@ -11,7 +11,7 @@ guacamole:
pullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /
path: /health
port: http
readinessProbe:
httpGet:

Loading…
Cancel
Save