github.com/verrazzano/verrazzano@v1.7.0/application-operator/testdata/templates/helidon_appconf_with_ingress_and_logging.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: ApplicationConfiguration 5 metadata: 6 name: ##APPCONF_NAME## 7 namespace: ##APPCONF_NAMESPACE## 8 spec: 9 components: 10 - componentName: ##COMPONENT_NAME## 11 scopes: 12 - scopeRef: 13 apiVersion: oam.verrazzano.io/v1alpha1 14 kind: LoggingScope 15 name: ##LOGGING_SCOPE_NAME## 16 traits: 17 - trait: 18 apiVersion: oam.verrazzano.io/v1alpha1 19 kind: IngressTrait 20 metadata: 21 name: ##INGRESS_TRAIT_NAME## 22 spec: 23 rules: 24 paths: 25 - path: ##INGRESS_TRAIT_PATH## 26 pathType: Prefix