Add DNS record.
This commit is contained in:
parent
114cbb79a8
commit
f592de0415
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ spec:
|
||||||
root_url: https://grafana.valinor.social
|
root_url: https://grafana.valinor.social
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/target: ingress.valinor.social
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
hosts:
|
hosts:
|
||||||
- &host grafana.valinor.social
|
- &host grafana.valinor.social
|
||||||
|
|
Reference in a new issue