github.com/verrazzano/verrazzano@v1.7.1/tests/e2e/multicluster/examples/helidon-deprecated/testdata/mc-hello-helidon-comp.yaml (about)

     1  # Copyright (c) 2021, 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  apiVersion: clusters.verrazzano.io/v1alpha1
     4  kind: MultiClusterComponent
     5  metadata:
     6    name: hello-helidon-component
     7    namespace: hello-helidon-dep
     8  spec:
     9    template:
    10      spec:
    11        workload:
    12          apiVersion: oam.verrazzano.io/v1alpha1
    13          kind: VerrazzanoHelidonWorkload
    14          metadata:
    15            name: hello-helidon-workload
    16            namespace: hello-helidon-dep
    17            labels:
    18              app: hello-helidon
    19          spec:
    20            deploymentTemplate:
    21              metadata:
    22                name: hello-helidon-deployment
    23              podSpec:
    24                containers:
    25                  - name: hello-helidon-container
    26                    image: "ghcr.io/verrazzano/example-helidon-greet-app-v1:1.0.0-1-20211215184123-0a1b633"
    27                    ports:
    28                      - containerPort: 8080
    29                        name: http
    30    placement:
    31      clusters:
    32        - name: managed1