add helm variable "server.readinessProbeScheme" to argo chart
This commit is contained in:
parent
1f67a85a58
commit
511439cbc5
2 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
port: 2746
|
||||
scheme: HTTP
|
||||
scheme: {{ .Values.server.readinessProbeScheme }}
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 20
|
||||
env:
|
||||
|
|
|
@ -157,6 +157,7 @@ server:
|
|||
# SecurityContext to set on the server pods
|
||||
podSecurityContext: {}
|
||||
name: server
|
||||
readinessProbeScheme: HTTP
|
||||
serviceType: ClusterIP
|
||||
servicePort: 2746
|
||||
# servicePortName: http
|
||||
|
|
Loading…
Reference in a new issue