Skip to content

Commit

Permalink
hotfix otel service labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Dutta committed Mar 13, 2023
1 parent b5f9c9c commit 05be16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sreplayground-cluster/templates/otel-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ kind: Service
metadata:
labels:
app.kubernetes.io/component: opentelemetry-collector
app.kubernetes.io/instance: default.sreplayground-platform-opentelemetry
app.kubernetes.io/instance: {{ .Release.Name }}-otel-agent-service
app.kubernetes.io/managed-by: opentelemetry-operator
app.kubernetes.io/name: sreplayground-platform-opentelemetry-collector
app.kubernetes.io/name: {{ .Release.Name }}-otel-agent-service
app.kubernetes.io/part-of: opentelemetry
app.kubernetes.io/version: latest
name: otel-collector
Expand Down

0 comments on commit 05be16c

Please sign in to comment.