Skip to content

Commit

Permalink
fix: remove goss from healthcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Kheifets <ikheifets@splunk.com>
  • Loading branch information
ikheifets-splunk committed Sep 27, 2024
1 parent 69bddde commit 65d69ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/splunk-connect-for-syslog/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,13 @@ spec:
{{- end }}
livenessProbe:
exec:
command:
- /usr/sbin/syslog-ng-ctl healthcheck --timeout 5
command: ["syslog-ng-ctl", "healthcheck", "--timeout", "5"]
initialDelaySeconds: 10
periodSeconds: 3
timeoutSeconds: 5
readinessProbe:
exec:
command:
- /usr/sbin/syslog-ng-ctl healthcheck --timeout 5
command: ["syslog-ng-ctl", "healthcheck", "--timeout", "5"]
initialDelaySeconds: 10
failureThreshold: 60
periodSeconds: 10
Expand Down

0 comments on commit 65d69ac

Please sign in to comment.