feat: add variable "server.readinessProbe.Scheme" to argo chart
Signed-off-by: tangross <7686266+rtang03@users.noreply.github.com>
This commit is contained in:
parent
ec40682e6b
commit
315edd6f13
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue