Skip to content

Commit

Permalink
Remove Jaeger Sidecar from Reader (#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastut authored Jul 1, 2024
1 parent 75ebd82 commit 802c1bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
26 changes: 0 additions & 26 deletions charts/nucliadb_reader/templates/reader.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,32 +106,6 @@ spec:
readOnly: true
mountPath: /regioncreds
{{- end }}
{{- if .Values.tracing.enabled }}
- name: jaeger-agent
image: jaegertracing/jaeger-agent:{{ .Values.tracing.jaegerAgentTag }}
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
name: zk-compact-trft
protocol: UDP
- containerPort: 5778
name: config-rest
protocol: TCP
- containerPort: 6831
name: jg-compact-trft
protocol: UDP
- containerPort: 6832
name: jg-binary-trft
protocol: UDP
- containerPort: 14271
name: admin-http
protocol: TCP
resources:
{{ toYaml .Values.jaeger_agent_resources | indent 10 }}
args:
- --reporter.grpc.host-port=dns:///{{ .Values.tracing.jaegerCollectorHost }}:{{ .Values.tracing.jaegerCollectorGrpcPort }}
- --reporter.type=grpc
{{- end }}
{{- if .Values.nats.secretName }}
volumes:
- name: nats-creds
Expand Down
3 changes: 0 additions & 3 deletions charts/nucliadb_reader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ serviceMonitor:

tracing:
enabled: false
jaegerAgentTag: 1.34.1
jaegerCollectorHost: jaeger-collector.observability.svc.cluster.local
jaegerCollectorGrpcPort: 14250

# extra_pod_annotations:
# what: "add annotations"
Expand Down

0 comments on commit 802c1bf

Please sign in to comment.