github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/test-applications/weblogic/hello-weblogic/hello-wls-app.yaml (about)

     1  # Copyright (c) 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  
     4  apiVersion: core.oam.dev/v1alpha2
     5  kind: ApplicationConfiguration
     6  metadata:
     7    name: hello-appconf
     8    annotations:
     9      version: v1.0.0
    10      description: "Sample application to validate deployment of VerrazzanoWebLogicWorkload"
    11  spec:
    12    components:
    13      - componentName: hello-domain
    14        traits:
    15          - trait:
    16              apiVersion: oam.verrazzano.io/v1alpha1
    17              kind: MetricsTrait
    18              spec:
    19                scraper: verrazzano-system/vmi-system-prometheus-0
    20          - trait:
    21              apiVersion: oam.verrazzano.io/v1alpha1
    22              kind: IngressTrait
    23              spec:
    24                rules:
    25                  - paths:
    26                      - path: "/hello"
    27                        pathType: Prefix