Skip to content

Commit

Permalink
nudge ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 11, 2023
1 parent 8f4df75 commit 400db2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kubernetes/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,9 @@ spec:
external-dns.alpha.kubernetes.io/target: "ingress.${SECRET_DOMAIN}"
hosts:
- &host "grafana.monitoring.${SECRET_DOMAIN}"
- &host "grafana.${SECRET_DOMAIN}"
tls:
- hosts:
- &host "grafana.monitoring.${SECRET_DOMAIN}"
- &host "grafana.${SECRET_DOMAIN}"
- *host
persistence:
enabled: true
storageClassName: local-path
Expand Down

0 comments on commit 400db2d

Please sign in to comment.