github.com/verrazzano/verrazzano@v1.7.0/platform-operator/config/samples/install-dev.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  # This install resource uses the "dev" profile to install a minimal footprint for
     5  # Verrazzano for local development and experimentation.
     6  #
     7  # The "dev" profile installs a full set of Verrazzano system services, with the following exceptions:
     8  #
     9  # - Elasticsearch is a single node cluster topology with ephemeral storage and reduced memory footprint
    10  # - Kibana installed with ephemeral storage
    11  # - Grafana installed with ephemeral storage
    12  # - Prometheus is installed with ephemeral storage
    13  #
    14  apiVersion: install.verrazzano.io/v1alpha1
    15  kind: Verrazzano
    16  metadata:
    17    name: my-verrazzano
    18  spec:
    19    profile: dev