Skip to content

Commit

Permalink
fix: grafana ingress class
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Apr 17, 2024
1 parent ad7d65f commit 773befa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extra/monitoring/templates/grafana/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ spec:
metadata:
annotations:
kubernetes.io/ingress.class: "{{ $ingress }}"
acme.cert-manager.io/http01-ingress-class: "{{ $ingress }}"
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: "{{ $ingress }}"
Expand Down

0 comments on commit 773befa

Please sign in to comment.