mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
Remove streaming OTEL
This commit is contained in:
parent
04cc461fb5
commit
85cbc61937
|
@ -122,12 +122,6 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: "PORT"
|
- name: "PORT"
|
||||||
value: {{ .Values.mastodon.streaming.port | quote }}
|
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 }}
|
{{- range $k, $v := .Values.mastodon.streaming.extraEnvVars }}
|
||||||
- name: {{ $k }}
|
- name: {{ $k }}
|
||||||
value: {{ quote $v }}
|
value: {{ quote $v }}
|
||||||
|
|
|
@ -292,12 +292,6 @@ mastodon:
|
||||||
# Specify extra environment variables to be added to streaming pods.
|
# Specify extra environment variables to be added to streaming pods.
|
||||||
extraEnvVars: {}
|
extraEnvVars: {}
|
||||||
|
|
||||||
# Open Telemetry configuration for streaming pods. Overrides global settings.
|
|
||||||
otel:
|
|
||||||
enabled:
|
|
||||||
exporterUri:
|
|
||||||
namePrefix:
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
port: 3000
|
port: 3000
|
||||||
# -- Number of Web Pods running
|
# -- Number of Web Pods running
|
||||||
|
|
Loading…
Reference in New Issue
Block a user