Skip to content

Commit

Permalink
fix grafana root
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 11, 2023
1 parent 2bd4e34 commit 91b0e7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions kubernetes/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
existingSecret: grafana-admin-secret
env:
GF_EXPLORE_ENABLED: true
GF_SERVER_ROOT_URL: "https://grafana.${SECRET_DOMAIN}"
GF_SERVER_ROOT_URL: "https://grafana.monitoring.${SECRET_DOMAIN}"
grafana.ini:
analytics:
check_for_updates: false
Expand Down Expand Up @@ -86,7 +86,10 @@ spec:
hajimari.io/icon: simple-icons:grafana
external-dns.alpha.kubernetes.io/target: "ingress.${SECRET_DOMAIN}"
hosts:
- &host "grafana.monitoring.${SECRET_DOMAIN}"
- host: &host "grafana.monitoring.${SECRET_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
Expand Down

0 comments on commit 91b0e7d

Please sign in to comment.