Cloudflare proxy
This commit is contained in:
parent
3e6a0546db
commit
82c04f4d6a
2 changed files with 3 additions and 1 deletions
|
@ -266,6 +266,8 @@ spec:
|
|||
datasource: Prometheus
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
||||
ingressClassName: hsn-nginx
|
||||
hosts:
|
||||
- &host grafana.hsn.dev
|
||||
|
|
|
@ -41,7 +41,7 @@ spec:
|
|||
enabled: true
|
||||
className: hsn-nginx
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: "valinor.hsn.dev"
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
||||
hosts:
|
||||
- host: &host "esv.hsn.dev"
|
||||
paths:
|
||||
|
|
Reference in a new issue