fix(argo-cd): wrong port or health check on argo server
Signed-off-by: Tristan Duverger <tristan.duverger@gmail.com>
This commit is contained in:
parent
68abeeb7e3
commit
281e031287
1 changed files with 1 additions and 1 deletions
|
@ -2279,7 +2279,7 @@ server:
|
|||
config:
|
||||
type: HTTP
|
||||
httpHealthCheck:
|
||||
port: 80
|
||||
port: 8080
|
||||
requestPath: "/"
|
||||
# Argo CD server Gateway API HTTPRoute configuration
|
||||
# NOTE: Alpha feature, gRPC & TLS pass-through will not work
|
||||
|
|
Loading…
Reference in a new issue