Skip to content

Commit

Permalink
Remove streaming OTEL
Browse files Browse the repository at this point in the history
  • Loading branch information
timetinytim committed Jul 19, 2024
1 parent 04cc461 commit 85cbc61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions templates/deployment-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ spec:
{{- end }}
- name: "PORT"
value: {{ .Values.mastodon.streaming.port | quote }}
{{- if or .Values.mastodon.streaming.otel.enabled (and .Values.mastodon.otel.enabled (ne .Values.mastodon.streaming.otel.enabled false)) }}
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: {{ coalesce .Values.mastodon.streaming.otel.endpointUri .Values.mastodon.otel.endpointUri }}
- name: OTEL_SERVICE_NAME_PREFIX
value: {{ coalesce .Values.mastodon.streaming.otel.namePrefix .Values.mastodon.otel.namePrefix }}
{{- end }}
{{- range $k, $v := .Values.mastodon.streaming.extraEnvVars }}
- name: {{ $k }}
value: {{ quote $v }}
Expand Down
6 changes: 0 additions & 6 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,6 @@ mastodon:
# Specify extra environment variables to be added to streaming pods.
extraEnvVars: {}

# Open Telemetry configuration for streaming pods. Overrides global settings.
otel:
enabled:
exporterUri:
namePrefix:

web:
port: 3000
# -- Number of Web Pods running
Expand Down

0 comments on commit 85cbc61

Please sign in to comment.