fix(argo): Use https for readiness probe in secure mode (#506)
Signed-off-by: Joseph McGovern <joseph.mcgovern@workiva.com> Co-authored-by: Stefan Sedich <stefan.sedich@gmail.com>
This commit is contained in:
parent
e7258346cc
commit
e6babc874b
3 changed files with 14 additions and 1 deletions
|
|
@ -201,6 +201,12 @@ server:
|
|||
# PriorityClass: system-cluster-critical
|
||||
priorityClassName: ""
|
||||
|
||||
# Run the argo server in "secure" mode. Configure this value instead of
|
||||
# "--secure" in extraArgs. See the following documentation for more details
|
||||
# on secure mode:
|
||||
# https://argoproj.github.io/argo/tls/#encrypted
|
||||
secure: false
|
||||
|
||||
# Extra arguments to provide to the Argo server binary.
|
||||
extraArgs: []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue