github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/test-applications/coherence/hello-coherence/hello-coherence-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  spec:
    11    components:
    12      - componentName: hello-coherence
    13        traits:
    14          - trait:
    15              apiVersion: oam.verrazzano.io/v1alpha1
    16              kind: IngressTrait
    17              metadata:
    18                name: hello-ingress
    19              spec:
    20                rules:
    21                  - paths:
    22                      - path: "/catalogue"
    23                        pathType: Prefix
    24          - trait:
    25              apiVersion: oam.verrazzano.io/v1alpha1
    26              kind: MetricsTrait
    27              metadata:
    28                name: hello-metrics
    29              spec:
    30                ports:
    31                  - port: 7001
    32                  - port: 9612