public-hosted-ingress-values.yaml 559 B

12345678910111213141516171819202122232425
  1. components:
  2. frontend:
  3. envOverrides:
  4. - name: PUBLIC_OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
  5. value: https://otel-demo-collector.example.com/v1/traces
  6. frontendProxy:
  7. ingress:
  8. enabled: true
  9. hosts:
  10. - host: otel-demo.example.com
  11. paths:
  12. - path: /
  13. pathType: Prefix
  14. port: 8080
  15. opentelemetry-collector:
  16. ingress:
  17. enabled: true
  18. hosts:
  19. - host: otel-demo-collector.example.com
  20. paths:
  21. - path: /
  22. pathType: Prefix
  23. port: 4318