Skip to content

Commit

Permalink
Further Template Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
keithralphs committed Feb 13, 2024
1 parent 59e56ee commit 7dba810
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/bl38p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ env:

jaeger:
otlp:
host: jaeger-all-in-one.p38-daq
host: http://jaeger-all-in-one.p38-daq
4 changes: 2 additions & 2 deletions helm/blueapi/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm/blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jaeger:
otlp:
protocol: http/protobuf
insecure: true
host: localhost
host: http://localhost
port: 4318
request:
headers: ".*"
Expand Down

0 comments on commit 7dba810

Please sign in to comment.