wip bunkerweb disabled
This commit is contained in:
@@ -131,4 +131,4 @@ apps:
|
|||||||
bunkerweb:
|
bunkerweb:
|
||||||
enabled: true
|
enabled: true
|
||||||
namespace: default
|
namespace: default
|
||||||
state: present
|
state: absent
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ settings:
|
|||||||
# if you have an IP as nameserver then do a reverse DNS lookup: nslookup <IP>
|
# if you have an IP as nameserver then do a reverse DNS lookup: nslookup <IP>
|
||||||
# most of the time it's coredns.kube-system.svc.cluster.local or kube-dns.kube-system.svc.cluster.local
|
# most of the time it's coredns.kube-system.svc.cluster.local or kube-dns.kube-system.svc.cluster.local
|
||||||
# dnsResolvers: "kube-dns.kube-system.svc.cluster.local"
|
# dnsResolvers: "kube-dns.kube-system.svc.cluster.local"
|
||||||
dnsResolvers: "default.svc.cluster.local"
|
dnsResolvers: "kube-dns.kube-system.svc.cluster.local"
|
||||||
|
|
||||||
kubernetes:
|
kubernetes:
|
||||||
# We only consider Ingress resources with ingressClass bunkerweb to avoid conflicts with existing ingress controller
|
# We only consider Ingress resources with ingressClass bunkerweb to avoid conflicts with existing ingress controller
|
||||||
@@ -41,6 +41,7 @@ settings:
|
|||||||
# Additional annotations for the Ingress resource
|
# Additional annotations for the Ingress resource
|
||||||
# Example: {"cert-manager.io/cluster-issuer": "letsencrypt-prod"}
|
# Example: {"cert-manager.io/cluster-issuer": "letsencrypt-prod"}
|
||||||
extraAnnotations:
|
extraAnnotations:
|
||||||
|
kubernetes.io/ingress.class: "traefik"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
|
|
||||||
# Secret name containing TLS certificate
|
# Secret name containing TLS certificate
|
||||||
|
|||||||
@@ -20,10 +20,10 @@ extraArgs:
|
|||||||
email-domain: "*"
|
email-domain: "*"
|
||||||
|
|
||||||
# -- Custom labels to add into metadata
|
# -- Custom labels to add into metadata
|
||||||
customLabels: {}
|
customLabels: { }
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user