Last active
July 31, 2020 16:41
-
-
Save liptanbiswas/adf080fa71e13bd4c91e616dc56288b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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