From a828508a90b22227cab923a01af27c0cb24bc686 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Thu, 18 Jul 2024 12:31:19 -0400 Subject: [PATCH] speed up kotsadm readiness probes --- templates/kotsadm-deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/kotsadm-deployment.yaml b/templates/kotsadm-deployment.yaml index 8ef923f..0d3c5b4 100644 --- a/templates/kotsadm-deployment.yaml +++ b/templates/kotsadm-deployment.yaml @@ -101,8 +101,8 @@ spec: path: /healthz port: 3000 scheme: HTTP - initialDelaySeconds: 10 - periodSeconds: 10 + initialDelaySeconds: 2 + periodSeconds: 2 resources: limits: cpu: "1" @@ -203,4 +203,4 @@ spec: - emptyDir: {} name: backup - emptyDir: {} - name: tmp \ No newline at end of file + name: tmp