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:
parent
b8c29f7db6
commit
172ce600a1
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue