This commit is contained in:
Richard Robert Reitz 2024-11-25 18:24:23 +01:00
parent 157b1839ab
commit 14b8a03ccf

View file

@ -4,7 +4,7 @@ global:
configs: configs:
params: params:
server.insecure: true server.insecure: true
server.rootpath: /argocd server.basehref: /argocd
cm: cm:
application.resourceTrackingMethod: annotation application.resourceTrackingMethod: annotation
timeout.reconciliation: 60s timeout.reconciliation: 60s
@ -32,11 +32,10 @@ server:
ingressClassName: nginx ingressClassName: nginx
annotations: annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTP nginx.ingress.kubernetes.io/backend-protocol: HTTP
#nginx.ingress.kubernetes.io/rewrite-target: /$2 nginx.ingress.kubernetes.io/rewrite-target: /$2
#nginx.ingress.kubernetes.io/use-regex: "true" nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
#path: /argocd(/|$)(.*) path: /argocd(/|$)(.*)
path: /argocd
pathType: ImplementationSpecific pathType: ImplementationSpecific
extraTls: extraTls:
- hosts: - hosts: