Skip to content

Commit ba9d62f

Browse files
authored
Longer Vector startup period/failure grace (#24)
1 parent a75f283 commit ba9d62f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: collector
33
description: A Helm chart for Better Stack Collector - monitoring solution that collects metrics, logs, and traces
44
type: application
5-
version: 0.1.24
5+
version: 0.1.25
66
appVersion: "latest"
77
keywords:
88
- monitoring

templates/daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ spec:
9090
- /bin/sh
9191
- -c
9292
- if [ -x /var/lib/better-stack/collector/healthcheck.sh ]; then /var/lib/better-stack/collector/healthcheck.sh; else exit 0; fi
93-
initialDelaySeconds: 60
94-
periodSeconds: 30
93+
initialDelaySeconds: 120
94+
periodSeconds: 60
9595
timeoutSeconds: 10
9696
failureThreshold: 3
9797
volumeMounts:

0 commit comments

Comments
 (0)