From f91d200dc4db004b8f00e3c6fe33704ab278256c Mon Sep 17 00:00:00 2001 From: Farley Date: Sat, 16 Sep 2023 23:58:15 +1200 Subject: [PATCH] fixing missing scheme in probe --- helm-chart/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index dfa4793..8869752 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -203,6 +203,7 @@ livenessProbe: successThreshold: 1 failureThreshold: 3 probeType: httpGet + scheme: HTTP path: /alive port: default-service readinessProbe: @@ -213,6 +214,7 @@ readinessProbe: successThreshold: 2 failureThreshold: 2 probeType: httpGet + scheme: HTTP path: /ready port: default-service