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