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 # SecurityContext to set on the server pods
podSecurityContext: {} podSecurityContext: {}
name: server name: server
# either HTTP or HTTPS
readinessProbeScheme: HTTP readinessProbeScheme: HTTP
serviceType: ClusterIP serviceType: ClusterIP
servicePort: 2746 servicePort: 2746