Skip to content

Commit

Permalink
Enable HTTPS listener and redirect for grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
Momchil Minkov committed Nov 1, 2023
1 parent 9229036 commit 2b12c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/templates/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ spec:
annotations:
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
alb.ingress.kubernetes.io/ssl-redirect: "443"
alb.ingress.kubernetes.io/group.name: gbcluster
ingressClassName: "alb"
repoURL: https://grafana.github.io/helm-charts
Expand Down

0 comments on commit 2b12c50

Please sign in to comment.