Skip to content

Commit 85e2e68

Browse files
authored
Merge pull request #179 from fstagni/otel_proto
fix: added protocols for for otel under receivers/otlp/protocols
2 parents a596557 + 4e1c858 commit 85e2e68

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

diracx/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ rabbitmq:
413413
cert-manager:
414414
enabled: true
415415
installCRDs: true
416+
startupapicheck:
417+
enabled: true
416418

417419
cert-manager-issuer:
418420
enabled: true
@@ -471,8 +473,8 @@ opentelemetry-collector:
471473
receivers:
472474
otlp:
473475
protocols:
474-
grpc:
475-
http:
476+
grpc: null
477+
http: null
476478
jaeger: null
477479
prometheus: null
478480

docs/admin/reference/values.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
| cert-manager-issuer.enabled | bool | `true` | |
2424
| cert-manager.enabled | bool | `true` | |
2525
| cert-manager.installCRDs | bool | `true` | |
26+
| cert-manager.startupapicheck.enabled | bool | `true` | |
2627
| developer.autoReload | bool | `true` | Enable automatic reloading inside uvicorn when the sources change Used by the integration tests for running closer to prod setup |
2728
| developer.editableMountedPythonModules | bool | `true` | Use pip install -e for mountedPythonModulesToInstall This is used by the integration tests because editable install might behave differently |
2829
| developer.enableCoverage | bool | `false` | Enable collection of coverage reports (intended for CI usage only) |

0 commit comments

Comments
 (0)