fix(argo-cd): Use default metrics port for APIServer (#1911)

fix(argo-cd): Use default metrics port for argocd-server

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2023-03-15 20:27:34 +01:00 committed by GitHub
parent 96182b4d08
commit b34b555b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1573,7 +1573,7 @@ server:
# -- Server container port
server: 8080
# -- Metrics container port
metrics: 8082
metrics: 8083
# -- Host Network for Server pods
hostNetwork: false