Skip to content

Commit

Permalink
Adding tls cert
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Oct 8, 2021
1 parent c18bff7 commit c2f2433
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ grafana:
kubernetes.io/ingress.class: nginx-external
hosts:
- grafana.dev.k8s.managedkube.com
tls:
- hosts:
- grafana.dev.k8s.managedkube.com # This should match a DNS name in the Certificate
secretName: domain-wildcard # This should match the Certificate secretName
additionalDataSources:
- name: loki
access: proxy
Expand Down

0 comments on commit c2f2433

Please sign in to comment.