Skip to content

Commit

Permalink
aknowledge webroot for health-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Remsboys authored Jan 22, 2024
1 parent c9a8dfe commit 8f66e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/mailpit/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
{{- if .Values.livenessProbe.enabled }}
livenessProbe:
httpGet:
path: /livez
path: {{ .Values.mailpit.webroot }}livez
port: 8025
scheme: HTTP
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
Expand All @@ -114,7 +114,7 @@ spec:
{{- if .Values.readinessProbe.enabled }}
readinessProbe:
httpGet:
path: /readyz
path: {{ .Values.mailpit.webroot }}readyz
port: 8025
scheme: HTTP
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
Expand Down

0 comments on commit 8f66e93

Please sign in to comment.