github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/.ship/upstream/values-istio-galley.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: false
     6  
     7    mtls:
     8      # Default setting for service-to-service mtls. Can be set explicitly using
     9      # destination rules or service annotations.
    10      enabled: false
    11  
    12    ## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with privte docker registry.
    13    # imagePullSecrets:
    14    #   - name: "private-registry-key"
    15  
    16    # Default is 10s second
    17    refreshInterval: 1s
    18  
    19  istiotesting:
    20    oneNameSpace: false
    21  
    22  prometheus:
    23    enabled: true
    24  
    25  galley:
    26    enabled: true