Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions base/backend/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ spec:
value: grpc
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://otlp.telemetry:4317
- name: OTEL_TRACES_EXPORTER
value: none
ports:
- containerPort: 8080
name: contestant
Expand Down
2 changes: 2 additions & 0 deletions base/batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
value: grpc
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://otlp.telemetry:4317
- name: OTEL_TRACES_EXPORTER
value: none
volumeMounts:
- mountPath: /run/ictstore-secrets
name: ictscore-secrets
Expand Down