Skip to content

Commit

Permalink
added liveness and readiness probes to debug container partials template
Browse files Browse the repository at this point in the history
Signed-off-by: Alen Haric <[email protected]>
  • Loading branch information
deusxanima committed Aug 28, 2023
1 parent 29c9a48 commit 7902da3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/partials/templates/_debug.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ image: {{.Values.debugContainer.image.name}}:{{.Values.debugContainer.image.vers
imagePullPolicy: {{.Values.debugContainer.image.pullPolicy | default .Values.imagePullPolicy}}
name: linkerd-debug
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
exec:
command:
- touch
- /tmp/healthy
readinessProbe:
exec:
command:
- touch
- /tmp/healthy
{{- end -}}

0 comments on commit 7902da3

Please sign in to comment.