Skip to content

Commit d071b26

Browse files
committed
remove healthcheck from otel-agent
1 parent ee241bd commit d071b26

File tree

6 files changed

+0
-32
lines changed

6 files changed

+0
-32
lines changed

manifests/otel-agent-cm.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ data:
3939
batch:
4040
resourcedetection:
4141
detectors: [env, gcp]
42-
extensions:
43-
health_check:
44-
endpoint: 0.0.0.0:13133
4542
service:
46-
extensions: [health_check]
4743
pipelines:
4844
metrics:
4945
receivers: [opencensus]

manifests/otel-agent-reconciler-cm.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ data:
5959
# the GCE metadata service, if available.
6060
resourcedetection:
6161
detectors: [env, gcp]
62-
extensions:
63-
health_check:
64-
endpoint: 0.0.0.0:13133
6562
service:
66-
extensions: [health_check]
6763
pipelines:
6864
metrics:
6965
receivers: [opencensus]

manifests/templates/reconciler-manager-configmap.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ data:
190190
protocol: TCP
191191
- containerPort: 8888 # Metrics.
192192
protocol: TCP
193-
- containerPort: 13133 # Health check
194-
protocol: TCP
195193
volumeMounts:
196194
- name: otel-agent-config-reconciler-vol
197195
mountPath: /conf

manifests/templates/reconciler-manager.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ spec:
8181
ports:
8282
- containerPort: 55678 # Default OpenCensus receiver port.
8383
- containerPort: 8888 # Metrics.
84-
- containerPort: 13133 # Health check
8584
securityContext:
8685
allowPrivilegeEscalation: false
8786
readOnlyRootFilesystem: true

manifests/templates/resourcegroup-manifest.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,7 @@ data:
167167
# the GCE metadata service, if available.
168168
resourcedetection:
169169
detectors: [env, gcp]
170-
extensions:
171-
health_check:
172-
endpoint: 0.0.0.0:13133
173170
service:
174-
extensions: [health_check]
175171
pipelines:
176172
metrics:
177173
receivers: [opencensus]
@@ -274,7 +270,6 @@ spec:
274270
ports:
275271
- containerPort: 55678
276272
- containerPort: 8888
277-
- containerPort: 13133
278273
resources:
279274
requests:
280275
cpu: 10m

test/kustomization/expected.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5650,11 +5650,7 @@ data:
56505650
batch:
56515651
resourcedetection:
56525652
detectors: [env, gcp]
5653-
extensions:
5654-
health_check:
5655-
endpoint: 0.0.0.0:13133
56565653
service:
5657-
extensions: [health_check]
56585654
pipelines:
56595655
metrics:
56605656
receivers: [opencensus]
@@ -5708,11 +5704,7 @@ data:
57085704
# the GCE metadata service, if available.
57095705
resourcedetection:
57105706
detectors: [env, gcp]
5711-
extensions:
5712-
health_check:
5713-
endpoint: 0.0.0.0:13133
57145707
service:
5715-
extensions: [health_check]
57165708
pipelines:
57175709
metrics:
57185710
receivers: [opencensus]
@@ -5902,8 +5894,6 @@ data:
59025894
protocol: TCP
59035895
- containerPort: 8888 # Metrics.
59045896
protocol: TCP
5905-
- containerPort: 13133 # Health check
5906-
protocol: TCP
59075897
volumeMounts:
59085898
- name: otel-agent-config-reconciler-vol
59095899
mountPath: /conf
@@ -6029,11 +6019,7 @@ data:
60296019
# the GCE metadata service, if available.
60306020
resourcedetection:
60316021
detectors: [env, gcp]
6032-
extensions:
6033-
health_check:
6034-
endpoint: 0.0.0.0:13133
60356022
service:
6036-
extensions: [health_check]
60376023
pipelines:
60386024
metrics:
60396025
receivers: [opencensus]
@@ -6364,7 +6350,6 @@ spec:
63646350
ports:
63656351
- containerPort: 55678
63666352
- containerPort: 8888
6367-
- containerPort: 13133
63686353
resources:
63696354
limits:
63706355
cpu: 1
@@ -6484,7 +6469,6 @@ spec:
64846469
ports:
64856470
- containerPort: 55678
64866471
- containerPort: 8888
6487-
- containerPort: 13133
64886472
resources:
64896473
requests:
64906474
cpu: 10m

0 commit comments

Comments
 (0)