fix(argo-cd): Revert "Default applicationSet metrics port to 8085" (#2130)

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2023-06-23 15:59:14 +02:00 committed by GitHub
parent b8c29f7db6
commit 172ce600a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -2433,7 +2433,7 @@ applicationSet:
# -- Metrics service labels
labels: {}
# -- Metrics service port
servicePort: 8085
servicePort: 8080
# -- Metrics service port name
portName: http-metrics
serviceMonitor:
@ -2506,7 +2506,7 @@ applicationSet:
# ApplicationSet controller container ports
containerPorts:
# -- Metrics container port
metrics: 8085
metrics: 8080
# -- Probe container port
probe: 8081
# -- Webhook container port