Skip to content

Commit

Permalink
fix: jaeger url
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Nov 1, 2024
1 parent 8c54df5 commit 34a694a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/backend-bff/manifest/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
- name: DINING_BASE_URL
value: "http://dining-backend.spos-prod.svc.cluster.local:3000"
- name: OTLP_URL
value: "http://jaeger-collector:4318/v1/traces"
value: "http://jaeger-collector.spos-prod.svc.cluster.local:4318/v1/traces"
restartPolicy: Always
2 changes: 1 addition & 1 deletion apps/ordering/manifest/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ spec:
- name: MENU_API_BASE_PATH
value: "http://menu-backend.spos-prod.svc.cluster.local:3000"
- name: OTLP_URL
value: "http://jaeger-collector:4318/v1/traces"
value: "http://jaeger-collector.spos-prod.svc.cluster.local:4318/v1/traces"
restartPolicy: Always
2 changes: 1 addition & 1 deletion apps/payment-sharing/manifest/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ spec:
- name: BACKEND_BFF_URL
value: "http://backend-bff.spos-dev.svc.cluster.local:3000"
- name: OTLP_URL
value: "http://jaeger-collector:4318/v1/traces"
value: "http://jaeger-collector.spos-prod.svc.cluster.local:4318/v1/traces"
restartPolicy: Always

0 comments on commit 34a694a

Please sign in to comment.