Compare commits
4 commits
c8fe65944b
...
4b382317e9
Author | SHA1 | Date | |
---|---|---|---|
4b382317e9 | |||
82c04f4d6a | |||
3e6a0546db | |||
4197d135e0 |
2 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ spec:
|
|||
allow_embedding: true
|
||||
cookie_samesite: grafana
|
||||
server:
|
||||
root_url: https://gv.hsn.dev
|
||||
root_url: https://grafana.hsn.dev
|
||||
datasources:
|
||||
datasources.yaml:
|
||||
apiVersion: 1
|
||||
|
@ -267,7 +267,7 @@ spec:
|
|||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: valinor.hsn.dev
|
||||
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