github.com/verrazzano/verrazzano@v1.7.1/examples/springboot-app/springboot-comp.yaml (about)

     1  # Copyright (c) 2020, 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: springboot-component
     7  spec:
     8    workload:
     9      apiVersion: core.oam.dev/v1alpha2
    10      kind: ContainerizedWorkload
    11      metadata:
    12        name: springboot-workload
    13        labels:
    14          app: springboot
    15          version: v1
    16      spec:
    17        containers:
    18        - name: springboot-container
    19          image: "ghcr.io/verrazzano/example-springboot:1.0.0-1-20230126194830-31cd41f"
    20          ports:
    21            - containerPort: 8080
    22              name: springboot