From eca5d767e1c7db87ca275e6c9acd12587b149a99 Mon Sep 17 00:00:00 2001 From: Zachary Winnerman <98712682+zwinnerman-fleetdm@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:09:24 -0400 Subject: [PATCH] Increase probe timeouts so it can survive database scaling events (#7298) --- .../lambda/deploy_terraform/fleet/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/templates/deployment.yaml b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/templates/deployment.yaml index bb52223706..8ea8e352d2 100644 --- a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/templates/deployment.yaml +++ b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/templates/deployment.yaml @@ -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 }}