Sending traces from the Jaeger hotrod app to Elastic APM on Openshift

Here are settings on the Kubernetes service:

spec:
  clusterIP: 172.30.138.225
  ports:
  - name: http
    port: 8200
    protocol: TCP
    targetPort: 8200
  - name: jaeger-grpc
    port: 14250
    protocol: TCP
    targetPort: jaeger-grpc
  - name: jaeger-http
    port: 14268
    protocol: TCP
    targetPort: jaeger-http