github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/jaeger/helidon/helidon-tracing-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 apiVersion: core.oam.dev/v1alpha2 4 kind: ApplicationConfiguration 5 metadata: 6 name: hello-helidon-appconf 7 annotations: 8 version: v1.0.0 9 description: "Hello Helidon application" 10 spec: 11 components: 12 - componentName: hello-helidon-component 13 traits: 14 - trait: 15 apiVersion: oam.verrazzano.io/v1alpha1 16 kind: MetricsTrait 17 spec: 18 scraper: verrazzano-system/vmi-system-prometheus-0 19 - trait: 20 apiVersion: oam.verrazzano.io/v1alpha1 21 kind: IngressTrait 22 metadata: 23 name: hello-helidon-ingress 24 spec: 25 rules: 26 - paths: 27 - path: "/greet" 28 pathType: Prefix