Skip to content

Commit

Permalink
fix ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 11, 2023
1 parent e08f1bd commit 3f1d006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ spec:
- &host "grafana.${SECRET_DOMAIN}"
tls:
- hosts:
- *host
- &host "grafana.monitoring.${SECRET_DOMAIN}"
- &host "grafana.${SECRET_DOMAIN}"
persistence:
enabled: true
storageClassName: local-path
Expand Down

0 comments on commit 3f1d006

Please sign in to comment.