Skip to content

Commit 3105f2e

Browse files
committed
fix: grafana ingress
1 parent 8f5384a commit 3105f2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes/apps/observability/grafana/app/helmrelease.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ spec:
182182
ingress:
183183
enabled: true
184184
ingressClassName: external
185+
annotations:
186+
external-dns.alpha.kubernetes.io/target: "external.${SECRET_DOMAIN}"
185187
hosts: ["grafana.${SECRET_DOMAIN}"]
186188
pathType: Prefix
187189
persistence:

0 commit comments

Comments
 (0)