Skip to content

Commit

Permalink
feat: Add configurable liveness probe timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaul committed Oct 31, 2024
1 parent f21605e commit d38e185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
httpGet:
path: /healthz
port: 8080
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
volumeMounts:
{{- toYaml .Values.volumeMounts | nindent 12 }}
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ affinity: {} # Affinity

priorityClassName: null # Priority class

livenessProbe:
timeoutSeconds: 1

kopfArgs: # Command line flags to pass to kopf on start up
- --all-namespaces

Expand Down

0 comments on commit d38e185

Please sign in to comment.