github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/jaeger/helidon/helidon-tracing-comp.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: Component 5 metadata: 6 name: hello-helidon-component 7 spec: 8 workload: 9 apiVersion: oam.verrazzano.io/v1alpha1 10 kind: VerrazzanoHelidonWorkload 11 metadata: 12 name: hello-helidon-workload 13 labels: 14 app: hello-helidon 15 version: v1 16 spec: 17 deploymentTemplate: 18 metadata: 19 name: hello-helidon-deployment 20 podSpec: 21 containers: 22 - name: hello-helidon-container 23 image: "ghcr.io/verrazzano/example-helidon-greet-app-v1:1.0.0-1-20220513221156-7da0d32" 24 env: 25 - name: "TRACING_SERVICE" 26 value: "hello-helidon" 27 - name: "TRACING_PORT" 28 value: "9411" 29 - name: "TRACING_HOST" 30 value: "jaeger-operator-jaeger-collector.verrazzano-monitoring" 31 ports: 32 - containerPort: 8080 33 name: http