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

     1  # This is used to generate istio-auth.yaml for minimal, demo mode with MTLS enabled.
     2  # It is shipped with the release, used for bookinfo or quick installation of istio.
     3  # Includes components used in the demo, defaults to alpha3 rules.
     4  global:
     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  ingress:
    13    # Ingress is used for migration, for alpha3 we expect ingressgateway
    14    enabled: false
    15  
    16  prometheus:
    17    enabled: true
    18  
    19  pilot:
    20    traceSampling: 100.0
    21  
    22  sidecarInjectorWebhook:
    23    enabled: true
    24    enableNamespacesByDefault: false
    25  
    26  grafana:
    27    enabled: true
    28  
    29  tracing:
    30    enabled: true
    31  
    32  servicegraph:
    33    enabled: true
    34  
    35  galley:
    36    enabled: true
    37  
    38  kiali:
    39    enabled: true