mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Increase probe timeouts so it can survive database scaling events (#7298)
This commit is contained in:
parent
f16f848a7b
commit
eca5d767e1
1 changed files with 2 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue