mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Remove streaming OTEL
This commit is contained in:
parent
04cc461fb5
commit
85cbc61937
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user