Skip to content

Commit

Permalink
Adding istio sidecar disable for admissionwebhook
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Oct 8, 2021
1 parent 97ee82c commit ab535b5
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ 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: "https"

# 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
admissionWebhooks:
annotations:
sidecar.istio.io/inject: "false"

0 comments on commit ab535b5

Please sign in to comment.