Increase probe timeouts so it can survive database scaling events (#7298)

This commit is contained in:
Zachary Winnerman 2022-08-24 12:09:24 -04:00 committed by GitHub
parent f16f848a7b
commit eca5d767e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,10 +285,12 @@ spec:
httpGet:
path: /healthz
port: {{ .Values.fleet.listenPort }}
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /healthz
port: {{ .Values.fleet.listenPort }}
timeoutSeconds: 10
{{- if or (.Values.fleet.tls.enabled) (.Values.mysql.tls.enabled) (eq .Values.osquery.logging.statusPlugin "filesystem") (eq .Values.osquery.logging.resultPlugin "filesystem") }}
volumeMounts:
{{- if .Values.fleet.tls.enabled }}