feat: add variable "server.readinessProbe.Scheme" to argo chart

Signed-off-by: tangross <7686266+rtang03@users.noreply.github.com>
This commit is contained in:
tangross 2020-11-03 13:45:03 +08:00
parent ec40682e6b
commit 315edd6f13

View file

@ -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