github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/.ship/upstream/values-istio-auth-mcp.yaml (about)

     1  # This is used to generate istio.yaml
     2  global:
     3    # controlPlaneMtls enabled. Will result in delays starting the pods while secrets are
     4    # propagated, not recommended for tests.
     5    controlPlaneSecurityEnabled: true
     6  
     7    mtls:
     8      # Default setting for service-to-service mtls. Can be set explicitly using
     9      # destination rules or service annotations.
    10      enabled: true
    11  
    12    ## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with private docker registry.
    13    # imagePullSecrets:
    14    #   - name: "private-registry-key"
    15  
    16    # Default is 10s second
    17    refreshInterval: 1s
    18  
    19    useMCP: true
    20  
    21  istiotesting:
    22    oneNameSpace: false
    23  
    24  prometheus:
    25    enabled: true
    26  
    27  galley:
    28    enabled: true
    29  
    30  security:
    31    enabled: true