Used rootpath instead of basehref for argocd
This commit is contained in:
parent
89b0d13b58
commit
157b1839ab
1 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@ global:
|
|||
configs:
|
||||
params:
|
||||
server.insecure: true
|
||||
server.basehref: /argocd
|
||||
server.rootpath: /argocd
|
||||
cm:
|
||||
application.resourceTrackingMethod: annotation
|
||||
timeout.reconciliation: 60s
|
||||
|
@ -32,10 +32,11 @@ server:
|
|||
ingressClassName: nginx
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
#nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||
#nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
path: /argocd(/|$)(.*)
|
||||
#path: /argocd(/|$)(.*)
|
||||
path: /argocd
|
||||
pathType: ImplementationSpecific
|
||||
extraTls:
|
||||
- hosts:
|
||||
|
|
Loading…
Reference in a new issue