fix(argo-cd): Use correct protocols for Istio service discovery (#2500)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
b44f9a0eb5
commit
2139f15727
3 changed files with 7 additions and 7 deletions
|
|
@ -2455,7 +2455,7 @@ repoServer:
|
|||
# -- Repo server service port
|
||||
port: 8081
|
||||
# -- Repo server service port name
|
||||
portName: https-repo-server
|
||||
portName: tcp-repo-server
|
||||
|
||||
## Repo server metrics service configuration
|
||||
metrics:
|
||||
|
|
@ -2661,7 +2661,7 @@ applicationSet:
|
|||
# -- ApplicationSet service port
|
||||
port: 7000
|
||||
# -- ApplicationSet service port name
|
||||
portName: webhook
|
||||
portName: http-webhook
|
||||
|
||||
serviceAccount:
|
||||
# -- Create ApplicationSet controller service account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue