add helm variable "server.readinessProbeScheme" to argo chart

Signed-off-by: tangross <7686266+rtang03@users.noreply.github.com>
This commit is contained in:
tangross 2020-11-03 13:33:02 +08:00
parent 1f67a85a58
commit 93c48b6d0d
2 changed files with 2 additions and 1 deletions

View file

@ -52,7 +52,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTP
scheme: {{ .Values.server.readinessProbeScheme }}
initialDelaySeconds: 10
periodSeconds: 20
env:

View file

@ -157,6 +157,7 @@ server:
# SecurityContext to set on the server pods
podSecurityContext: {}
name: server
readinessProbeScheme: HTTP
serviceType: ClusterIP
servicePort: 2746
# servicePortName: http