github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/istio/authz/noistio/springboot-frontend.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: core.oam.dev/v1alpha2 4 kind: Component 5 metadata: 6 name: springboot-frontend 7 namespace: noistio 8 spec: 9 workload: 10 apiVersion: core.oam.dev/v1alpha2 11 kind: ContainerizedWorkload 12 metadata: 13 name: springboot-frontend-workload 14 namespace: noistio 15 labels: 16 app: springboot-frontend 17 spec: 18 containers: 19 - name: springboot-frontend 20 image: "ghcr.io/verrazzano/example-springboot:1.0.0-1-20220513221156-7da0d32" 21 ports: 22 - containerPort: 8080 23 name: http