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.0
2+ appVersion : v2.0.1
33description : Manage ingresses for deployments from annotations
44name : kubernetes-auto-ingress
55type : application
6- version : 0.3.0
6+ version : 0.3.1
Original file line number Diff line number Diff line change @@ -6,23 +6,27 @@ serviceAccount:
66 name :
77
88annotationKey : maayanlab.cloud/ingress
9+ # if using cert-manager/nginx
910ingressClassName : nginx
1011ingressCreateTLS : true
12+ # if using traefik
1113# ingressClassName: traefik
1214# ingressCreateTLS: false
1315
1416extraAnnotations :
1517 http :
1618 ingress :
19+ # if using cert-manager/nginx
1720 nginx.ingress.kubernetes.io/ssl-redirect : " false"
21+ # if using traefik
1822 traefik.ingress.kubernetes.io/router.entrypoints : web
1923 https :
2024 ingress :
21- traefik.ingress.kubernetes.io/router.entrypoints : websecure
22- # if using cert-manager
23- # ingress:
24- # kubernetes.io/tls-acme: true
25- # cert-manager. io/cluster-issuer: cluster-issuer
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
2630
2731# for deployment namespace
2832watchNamespace :
You can’t perform that action at this time.
0 commit comments