Last active
July 31, 2020 16:41
-
-
Save liptanbiswas/adf080fa71e13bd4c91e616dc56288b5 to your computer and use it in GitHub Desktop.
Revisions
-
liptanbiswas revised this gist
Jul 31, 2020 . 1 changed file with 0 additions and 19 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,5 @@ tracing: enabled: false global: sds: enabled: true @@ -19,9 +15,6 @@ gateways: autoscaleMin: 2 autoscaleMax: 5 ports: - targetPort: 80 name: http2 nodePort: 31380 @@ -39,18 +32,6 @@ gateways: enabled: true loadBalancerIP: xx.xx.xx.xx ports: - targetPort: 80 name: http port: 80 -
liptanbiswas revised this gist
Jul 30, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,8 @@ gateways: sds: enabled: true externalTrafficPolicy: Local autoscaleMin: 2 autoscaleMax: 5 ports: - targetPort: 15020 name: status-port @@ -51,4 +53,4 @@ gateways: port: 5353 - targetPort: 80 name: http port: 80 -
liptanbiswas created this gist
Jul 30, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,54 @@ tracing: enabled: false kiali: enabled: false prometheus: 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 ports: - targetPort: 15020 name: status-port port: 15020 - 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: 15011 name: grpc-pilot-mtls port: 15011 - targetPort: 15010 name: grpc-pilot port: 15010 - targetPort: 8060 name: tcp-citadel-grpc-tls port: 8060 - targetPort: 5353 name: tcp-dns port: 5353 - targetPort: 80 name: http port: 80