wip bunkerweb disabled
This commit is contained in:
@@ -131,4 +131,4 @@ apps:
|
||||
bunkerweb:
|
||||
enabled: true
|
||||
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>
|
||||
# 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: "default.svc.cluster.local"
|
||||
dnsResolvers: "kube-dns.kube-system.svc.cluster.local"
|
||||
|
||||
kubernetes:
|
||||
# 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
|
||||
# Example: {"cert-manager.io/cluster-issuer": "letsencrypt-prod"}
|
||||
extraAnnotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
|
||||
# Secret name containing TLS certificate
|
||||
|
||||
@@ -20,10 +20,10 @@ extraArgs:
|
||||
email-domain: "*"
|
||||
|
||||
# -- Custom labels to add into metadata
|
||||
customLabels: {}
|
||||
customLabels: { }
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
enabled: false
|
||||
path: /
|
||||
pathType: Prefix
|
||||
hosts:
|
||||
|
||||
Reference in New Issue
Block a user