Skip to content

Instantly share code, notes, and snippets.

@liptanbiswas
Last active July 31, 2020 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liptanbiswas/adf080fa71e13bd4c91e616dc56288b5 to your computer and use it in GitHub Desktop.
Save liptanbiswas/adf080fa71e13bd4c91e616dc56288b5 to your computer and use it in GitHub Desktop.
tracing:
enabled: false
global:
sds:
enabled: true
proxy:
accessLogFile: "/dev/stdout"
accessLogEncoding: "JSON"
gateways:
istio-ingressgateway:
loadBalancerIP: xx.xx.xx.xx
sds:
enabled: true
externalTrafficPolicy: Local
autoscaleMin: 2
autoscaleMax: 5
ports:
- targetPort: 80
name: http2
nodePort: 31380
port: 80
- name: https
nodePort: 31390
port: 443
- name: tcp
nodePort: 31400
port: 31400
- name: tls
targetPort: 15443
port: 15443
istio-ilbgateway:
enabled: true
loadBalancerIP: xx.xx.xx.xx
ports:
- targetPort: 80
name: http
port: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment