Skip to content

Commit

Permalink
Fixing backend protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Oct 8, 2021
1 parent 1c1c2d8 commit 97ee82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ controller:
annotations:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "60"
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "443"
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "http"
# service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-east-1:067550988196:certificate/a73cce4c-3e46-4473-8877-b822a9ff345e
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "https"
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ grafana:
version: 1

# Istio changes to not add the istio sidecar to the prometheus operator's addmission webhook patch
# https://github.com/prometheus-community/helm-charts/issues/479#issuecomment-752709725
prometheusOperator:
admissionWebhooks:
patch:
Expand Down

0 comments on commit 97ee82c

Please sign in to comment.