Skip to content

Commit

Permalink
bump initial livenessProbe delay to 90s
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Feb 15, 2024
1 parent 65a3822 commit 961e2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/door.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
livenessProbe:
tcpSocket:
port: 2049
initialDelaySeconds: 20
initialDelaySeconds: 90
timeoutSeconds: 5
volumeMounts:
{{ include "dcache.conf.mounts" . | indent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion templates/pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
livenessProbe:
tcpSocket:
port: {{ $.Values.mover.nfs }}
initialDelaySeconds: 20
initialDelaySeconds: 90
timeoutSeconds: 5
volumeMounts:
{{ include "dcache.conf.mounts" . | indent 8 }}
Expand Down

0 comments on commit 961e2f4

Please sign in to comment.