diff --git a/packages/system/dashboard/templates/web.yaml b/packages/system/dashboard/templates/web.yaml index 17bc9c78..d1c789b6 100644 --- a/packages/system/dashboard/templates/web.yaml +++ b/packages/system/dashboard/templates/web.yaml @@ -63,6 +63,13 @@ spec: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 2 + startupProbe: + httpGet: + path: /healthcheck + port: 64231 + scheme: HTTP + failureThreshold: 30 + periodSeconds: 2 name: bff ports: - containerPort: 64231 @@ -183,6 +190,13 @@ spec: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 2 + startupProbe: + httpGet: + path: /healthcheck + port: 8080 + scheme: HTTP + failureThreshold: 30 + periodSeconds: 2 name: web ports: - containerPort: 8080