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

     1  # This is used to generate istio.yaml for minimal, demo mode.
     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  
     5  # If running in minikube you may add:
     6  # --set global.nodePort=true
     7  # --set ingressgateway.service.type=NodePort
     8  global:
     9    nodePort: false
    10  
    11  ingress:
    12    # Ingress is used for migration, for alpha3 we expect ingressgateway
    13    enabled: false
    14  
    15  prometheus:
    16    enabled: true
    17  
    18  pilot:
    19    traceSampling: 100.0
    20  
    21  sidecarInjectorWebhook:
    22    enabled: true
    23    enableNamespacesByDefault: false
    24  
    25  grafana:
    26    enabled: true
    27  
    28  tracing:
    29    enabled: true
    30  
    31  servicegraph:
    32    enabled: true
    33  
    34  galley:
    35    enabled: true
    36  
    37  kiali:
    38    enabled: true