fix(argo-cd): Default applicationSet metrics port to 8085 (#2125)

Change applicationSet controller metrics port to 8085

Signed-off-by: Tero Ahonen <tahonen@liftoff.io>
Co-authored-by: Tero Ahonen <tahonen@liftoff.io>
This commit is contained in:
Tero Ahonen 2023-06-21 17:54:04 +03:00 committed by GitHub
parent c44f10eb37
commit b8c29f7db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -2506,7 +2506,7 @@ applicationSet:
# ApplicationSet controller container ports
containerPorts:
# -- Metrics container port
metrics: 8080
metrics: 8085
# -- Probe container port
probe: 8081
# -- Webhook container port