From 7dba8107d7f9f5258f8990893c88d6918f8dd257 Mon Sep 17 00:00:00 2001 From: Keith Ralphs Date: Tue, 13 Feb 2024 13:17:33 +0000 Subject: [PATCH] Further Template Corrections --- config/bl38p.yaml | 2 +- helm/blueapi/templates/deployment.yaml | 4 ++-- helm/blueapi/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/bl38p.yaml b/config/bl38p.yaml index 8ca80dc60..2a3158b47 100644 --- a/config/bl38p.yaml +++ b/config/bl38p.yaml @@ -12,4 +12,4 @@ env: jaeger: otlp: - host: jaeger-all-in-one.p38-daq + host: http://jaeger-all-in-one.p38-daq diff --git a/helm/blueapi/templates/deployment.yaml b/helm/blueapi/templates/deployment.yaml index 04b741dd8..2654e7d50 100644 --- a/helm/blueapi/templates/deployment.yaml +++ b/helm/blueapi/templates/deployment.yaml @@ -77,9 +77,9 @@ spec: - name: OTEL_EXPORTER_OTLP_INSECURE value: "{{ .Values.jaeger.otlp.insecure }}" - name: OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_REQUEST - value: {{ .Values.jaeger.otlp.request.headers }} + value: "{{ .Values.jaeger.otlp.request.headers }}" - name: OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_RESPONSE - value: {{ .Values.jaeger.otlp.response.headers }} + value: "{{ .Values.jaeger.otlp.response.headers }}" {{- with .Values.nodeSelector }} nodeSelector: diff --git a/helm/blueapi/values.yaml b/helm/blueapi/values.yaml index fbdd429a6..3a8a85c9c 100644 --- a/helm/blueapi/values.yaml +++ b/helm/blueapi/values.yaml @@ -82,7 +82,7 @@ jaeger: otlp: protocol: http/protobuf insecure: true - host: localhost + host: http://localhost port: 4318 request: headers: ".*"