Skip to content

Commit 51ebd46

Browse files
authored
Longer OBI liveness grace period (#38)
1 parent a02b361 commit 51ebd46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/daemonset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ spec:
181181
- /bin/sh
182182
- -c
183183
- if [ -x /var/lib/better-stack/ebpf/healthcheck.sh ]; then THRESHOLD="{{ $ebpf.memoryRestartThreshold }}" /var/lib/better-stack/ebpf/healthcheck.sh; else exit 0; fi
184-
initialDelaySeconds: 60
185-
periodSeconds: 30
186-
timeoutSeconds: 5
184+
initialDelaySeconds: 120
185+
periodSeconds: 60
186+
timeoutSeconds: 10
187187
failureThreshold: 3
188188
{{- end }}
189189
volumeMounts:

0 commit comments

Comments
 (0)