Skip to content

Instantly share code, notes, and snippets.

@liptanbiswas
Last active July 31, 2020 16:41
Show Gist options
  • Select an option

  • Save liptanbiswas/adf080fa71e13bd4c91e616dc56288b5 to your computer and use it in GitHub Desktop.

Select an option

Save liptanbiswas/adf080fa71e13bd4c91e616dc56288b5 to your computer and use it in GitHub Desktop.

Revisions

  1. liptanbiswas revised this gist Jul 31, 2020. 1 changed file with 0 additions and 19 deletions.
    19 changes: 0 additions & 19 deletions values.yaml
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,5 @@
    tracing:
    enabled: false
    kiali:
    enabled: false
    prometheus:
    enabled: false
    global:
    sds:
    enabled: true
    @@ -19,9 +15,6 @@ gateways:
    autoscaleMin: 2
    autoscaleMax: 5
    ports:
    - targetPort: 15020
    name: status-port
    port: 15020
    - targetPort: 80
    name: http2
    nodePort: 31380
    @@ -39,18 +32,6 @@ gateways:
    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
  2. liptanbiswas revised this gist Jul 30, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion values.yaml
    Original 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
    port: 80
  3. liptanbiswas created this gist Jul 30, 2020.
    54 changes: 54 additions & 0 deletions values.yaml
    Original 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