From 315edd6f13d128997db3934c29cdfa51ecf055f8 Mon Sep 17 00:00:00 2001 From: tangross <7686266+rtang03@users.noreply.github.com> Date: Tue, 3 Nov 2020 13:45:03 +0800 Subject: [PATCH] feat: add variable "server.readinessProbe.Scheme" to argo chart Signed-off-by: tangross <7686266+rtang03@users.noreply.github.com> --- charts/argo/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index ec15265b..48a705c8 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -157,6 +157,7 @@ server: # SecurityContext to set on the server pods podSecurityContext: {} name: server + # either HTTP or HTTPS readinessProbeScheme: HTTP serviceType: ClusterIP servicePort: 2746