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:
parent
96182b4d08
commit
b34b555b7a
3 changed files with 5 additions and 5 deletions
|
|
@ -1573,7 +1573,7 @@ server:
|
|||
# -- Server container port
|
||||
server: 8080
|
||||
# -- Metrics container port
|
||||
metrics: 8082
|
||||
metrics: 8083
|
||||
|
||||
# -- Host Network for Server pods
|
||||
hostNetwork: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue