master
Marius Ensrud 4 years ago
parent a47cd61cdb
commit 7f3f1bc9fa

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

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

Loading…
Cancel
Save