We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f288432 commit 4fe1608Copy full SHA for 4fe1608
manifests/otel-agent-cm.yaml
@@ -39,6 +39,8 @@ data:
39
batch:
40
resourcedetection:
41
detectors: [env, gcp]
42
+ extensions:
43
+ health_check:
44
service:
45
pipelines:
46
metrics:
@@ -48,3 +50,5 @@ data:
48
50
telemetry:
49
51
logs:
52
level: "INFO"
53
54
+ - health_check
manifests/templates/reconciler-manager.yaml
@@ -81,6 +81,7 @@ spec:
81
ports:
82
- containerPort: 55678 # Default OpenCensus receiver port.
83
- containerPort: 8888 # Metrics.
84
+ - containerPort: 13133 # Health check.
85
securityContext:
86
allowPrivilegeEscalation: false
87
readOnlyRootFilesystem: true
0 commit comments