From 85cbc61937138dd7b5be32680c17f9762924cf43 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Fri, 19 Jul 2024 14:09:54 +0200 Subject: [PATCH] Remove streaming OTEL --- templates/deployment-streaming.yaml | 6 ------ values.yaml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/templates/deployment-streaming.yaml b/templates/deployment-streaming.yaml index 63a9abf..89bd06a 100644 --- a/templates/deployment-streaming.yaml +++ b/templates/deployment-streaming.yaml @@ -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 }} diff --git a/values.yaml b/values.yaml index 7b8685c..064774d 100644 --- a/values.yaml +++ b/values.yaml @@ -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