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