Skip to content

Commit

Permalink
fix: add image.repository for otel
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Jul 13, 2024
1 parent 31afad1 commit 241edec
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 241edec

Please sign in to comment.