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:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 2746
|
port: 2746
|
||||||
scheme: HTTP
|
scheme: {{ .Values.server.readinessProbeScheme }}
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -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
|
||||||
|
readinessProbeScheme: HTTP
|
||||||
serviceType: ClusterIP
|
serviceType: ClusterIP
|
||||||
servicePort: 2746
|
servicePort: 2746
|
||||||
# servicePortName: http
|
# servicePortName: http
|
||||||
|
|
Loading…
Reference in a new issue