Skip to content

Commit

Permalink
Manage common Jaeger instance in ArgoCD
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Feb 7, 2025
1 parent baf5b83 commit 83c2642
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_skip_checks
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
p46-nexus
pxx-jaeger
2 changes: 1 addition & 1 deletion services/p46-blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blueapi:
otlp:
enabled: true
server:
host: http://jaeger-all-in-one # replace with central instance
host: http://jaeger-all-in-one.p46-beamline.svc.cluster.local
worker:
env:
sources:
Expand Down
15 changes: 15 additions & 0 deletions services/pxx-jaeger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v2
name: pxx-jaeger
description: Jaeger-all-in-one deployed common for p46,p47,p48,p49 (temporarily until Grafana Tempo instance configured)

version: 0.1.12

appVersion: "1.55"

type: application

dependencies:
- name: jaeger-all-in-one
alias: jaeger
version: "0.1.12"
repository: "https://raw.githubusercontent.com/hansehe/jaeger-all-in-one/master/helm/charts"
5 changes: 5 additions & 0 deletions services/pxx-jaeger/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jaeger:
enableHttpOpenTelemetryCollector: true

service:
type: LoadBalancer # Expose web UI on IP.

0 comments on commit 83c2642

Please sign in to comment.