Skip to content

Commit

Permalink
Merge pull request #311 from locmai/fix-otel-collector
Browse files Browse the repository at this point in the history
fix: add image.repository for otel
  • Loading branch information
locmai authored Jul 13, 2024
2 parents 31afad1 + 241edec commit 4e97a4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system/templates/opentelemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
limits:
cpu: 100m
memory: 100Mi
image:
repository: "otel/opentelemetry-collector-contrib"
config:
receivers:
statsd:
Expand Down Expand Up @@ -93,7 +95,7 @@ spec:
containerPort: 9090
servicePort: 9090
protocol: TCP
podMonitor:
enabled: true
metricsEndpoints:
Expand Down

0 comments on commit 4e97a4c

Please sign in to comment.