github.com/verrazzano/verrazzano@v1.7.1/tests/e2e/config/scripts/v1alpha1/install-verrazzano-kind-no-injection.yaml (about)

     1  # Copyright (c) 2020, 2022, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  
     4  apiVersion: install.verrazzano.io/v1alpha1
     5  kind: Verrazzano
     6  metadata:
     7    name: my-verrazzano
     8  spec:
     9    profile: dev
    10    components:
    11      prometheusOperator:
    12        enabled: true
    13      prometheusAdapter:
    14        enabled: true
    15      kubeStateMetrics:
    16        enabled: true
    17      prometheusPushgateway:
    18        enabled: true
    19      prometheusNodeExporter:
    20        enabled: true
    21      istio:
    22        injectionEnabled: false
    23