values-istio-multicluster-split-horizon.yaml 504 Bytes
Newer Older
Caleb Bron's avatar
Caleb Bron committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
# This is used to generate istio-multicluster-split-horizon.yaml, used for CI/CD.
global:
  controlPlaneSecurityEnabled: true
  mtls:
    enabled: true
  proxy:
    accessLogFile: "/dev/stdout"
  outboundTrafficPolicy:
    mode: ALLOW_ANY
  meshExpansion:
    enabled: true
  meshNetworks:
    network2:
      endpoints:
      - fromRegistry: N2_REGISTRY_TOKEN
      gateways:
      - address: 0.0.0.0
        port: 443
security:
  selfSigned: false
gateways:
  istio-egressgateway:
    enabled: false