From 5279923ed2f49645023ff2cc21cbd97a03de2dd6 Mon Sep 17 00:00:00 2001 From: Julian Cardonnet Date: Tue, 20 Aug 2024 13:23:20 -0300 Subject: [PATCH] Add startupProbe --- .../helm/syft/templates/frontend/frontend-deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/grid/helm/syft/templates/frontend/frontend-deployment.yaml b/packages/grid/helm/syft/templates/frontend/frontend-deployment.yaml index fa3f70b3a91..bf72853d99b 100644 --- a/packages/grid/helm/syft/templates/frontend/frontend-deployment.yaml +++ b/packages/grid/helm/syft/templates/frontend/frontend-deployment.yaml @@ -39,6 +39,13 @@ spec: ports: - name: ui-port containerPort: 80 + startupProbe: + httpGet: + path: /health?probe=startupProbe + port: ui-port + periodSeconds: 20 + timeoutSeconds: 5 + failureThreshold: 3 livenessProbe: httpGet: path: /health?probe=startupProbe