Skip to content

Instantly share code, notes, and snippets.

@niektemme
Created July 3, 2020 10:08
Show Gist options
  • Save niektemme/74a023e7612cfa2b8909d37c06cf2e15 to your computer and use it in GitHub Desktop.
Save niektemme/74a023e7612cfa2b8909d37c06cf2e15 to your computer and use it in GitHub Desktop.
istio helm values for ingress gateway
gateways:
enabled: true
istio-ingressgateway:
type: ClusterIP #change to NodePort, ClusterIP or LoadBalancer if need be
ports:
- port: 80
targetPort: 80
name: http2
- port: 443
name: https
sds:
enabled: true
autoscaleMin: 3
autoscaleMax: 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment