From a962bf725493e919bf0ce76c0127931a5481d2fe Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 6 Oct 2022 13:01:40 +0200 Subject: [PATCH] timeout --- charts/ycast/1.1.0/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/ycast/1.1.0/templates/deployment.yaml b/charts/ycast/1.1.0/templates/deployment.yaml index 41976d0..f595ce2 100644 --- a/charts/ycast/1.1.0/templates/deployment.yaml +++ b/charts/ycast/1.1.0/templates/deployment.yaml @@ -42,10 +42,16 @@ spec: httpGet: path: / port: http + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 5 readinessProbe: httpGet: path: / port: http + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 5 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: