github.com/verrazzano/verrazzano@v1.7.1/examples/multicluster/hello-helidon/hello-helidon-comp.yaml (about) 1 # Copyright (c) 2021, 2023, 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: core.oam.dev/v1alpha2 4 kind: Component 5 metadata: 6 name: hello-helidon-component 7 namespace: hello-helidon 8 spec: 9 workload: 10 apiVersion: oam.verrazzano.io/v1alpha1 11 kind: VerrazzanoHelidonWorkload 12 metadata: 13 name: hello-helidon-workload 14 labels: 15 app: hello-helidon 16 version: v1 17 spec: 18 deploymentTemplate: 19 metadata: 20 name: hello-helidon-deployment 21 podSpec: 22 containers: 23 - name: hello-helidon-container 24 image: "ghcr.io/verrazzano/example-helidon-greet-app-v1:1.0.0-1-20230126194830-31cd41f" 25 ports: 26 - containerPort: 8080 27 name: http