github.com/verrazzano/verrazzano@v1.7.0/application-operator/controllers/webhooks/testdata/hello-conf_withTrait.yaml (about) 1 # Copyright (c) 2020, 2021, 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-app 8 namespace: default 9 annotations: 10 version: v1.0.0 11 description: "Hello application" 12 13 spec: 14 components: 15 - componentName: hello-component 16 traits: 17 - trait: 18 apiVersion: oam.verrazzano.io/v1alpha1 19 kind: IngressTrait 20 spec: 21 rules: 22 - hosts: 23 - "*" 24 paths: 25 - path: "/todo" 26 pathType: Prefix