File tree Expand file tree Collapse file tree
charts/kubernetes-auto-ingress Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : v2.0.3
2+ appVersion : v2.1.0
33description : Manage ingresses for deployments from annotations
44name : kubernetes-auto-ingress
55type : application
6- version : 0.3.2
6+ version : 0.3.3
Original file line number Diff line number Diff line change @@ -16,19 +16,21 @@ ingressCreateTLS: true
1616extraAnnotations :
1717 http :
1818 ingress :
19- # if using cert-manager/nginx
19+ external-dns.alpha.kubernetes.io/ttl : " 120"
20+ # if using nginx
2021 nginx.ingress.kubernetes.io/ssl-redirect : " false"
21- # if using traefik
22+ # if using traefik
2223 traefik.ingress.kubernetes.io/router.entrypoints : web
2324 https :
2425 ingress :
25- # if using cert-manager/nginx
26- kubernetes.io/tls-acme : true
27- cert-manager.io/cluster-issuer : cluster-issuer
28- # if using traefik
29- # traefik.ingress.kubernetes.io/router.entrypoints: websecure
26+ external-dns.alpha.kubernetes.io/ttl : " 120"
27+ # if using cert-manager
28+ kubernetes.io/tls-acme : true
29+ cert-manager.io/cluster-issuer : cluster-issuer
30+ # if using traefik
31+ traefik.ingress.kubernetes.io/router.entrypoints : websecure
3032
3133# for deployment namespace
32- watchNamespace :
34+ # watchNamespace:
3335# for all namespaces
34- # watchNamespace: '*'
36+ watchNamespace : ' *'
You can’t perform that action at this time.
0 commit comments