values-istio-one-namespace-trust-domain.yaml 644 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
# This is used to generate istio.yaml used for deprecated CI/CD testing.
global:
  # controlPlaneSecurityEnabled enabled. Will result in delays starting the pods while secrets are
  # propagated, not recommended for tests.
  controlPlaneSecurityEnabled: true

  mtls:
    # Default setting for service-to-service mtls. Can be set explicitly using
    # destination rules or service annotations.
    enabled: true

  # Default is 10s second
  refreshInterval: 1s

  # The trust domain corresponds to the trust root of a system
  trustDomain: test.local

  # Restrict the applications in one namespace the controller manages
  oneNamespace: true