3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Remove streaming OTEL

This commit is contained in:
Tim Campbell 2024-07-19 14:09:54 +02:00
parent 04cc461fb5
commit 85cbc61937
2 changed files with 0 additions and 12 deletions

View File

@ -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 }}

View File

@ -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