stacks/kind/stacks/core/argocd/values.yaml
Richard Robert Reitz 24ed43ec46 first commit
2024-11-20 15:18:39 +01:00

40 lines
856 B
YAML

global:
domain: cnoe.localtest.me
configs:
params:
server.insecure: true
server.basehref: /argocd
cm:
application.resourceTrackingMethod: "annotation"
timeout.reconciliation: 60s
resource.exclusions: |
- kinds:
- ProviderConfigUsage
apiGroups:
- "*"
tls:
certificates:
notifications:
enabled: false
dex:
enabled: false
server:
ingress:
enabled: true
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/force-ssl-redirect: "true"
path: /argocd(/|$)(.*)
pathType: ImplementationSpecific
extraTls:
- hosts:
- cnoe.localtest.me
secretName: argocd-net-tls