Skip to content

Commit

Permalink
refactor: Update OneUptime chart to use probes instead of probe f…
Browse files Browse the repository at this point in the history
…or probe configuration
  • Loading branch information
simlarsen committed Aug 2, 2024
1 parent 9b8a5c9 commit d49a6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HelmChart/Public/oneuptime/templates/probe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: PORT
value: {{ $.Values.port.probe | squote }}
- name: OPENTELEMETRY_EXPORTER_OTLP_HEADERS
value: {{ $val.openTelemetryExporter.headers }}
value: {{ $.Values.openTelemetryExporter.headers }}
- name: OPENTELEMETRY_EXPORTER_OTLP_ENDPOINT
value: {{ $.Values.openTelemetryExporter.endpoint }}
- name: ONEUPTIME_URL
Expand Down
2 changes: 1 addition & 1 deletion HelmChart/Public/oneuptime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ testServer:
openTelemetryExporter:
endpoint:
# This can be for example: x-oneuptime-token=<YOUR_ONEUPTIME_TELEMETRY_INGEST_TOKEN>
headers:
headers:

containerSecurityContext:
podSecurityContext:
Expand Down

0 comments on commit d49a6ce

Please sign in to comment.