File tree Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -195,11 +195,6 @@ data:
195
195
volumeMounts:
196
196
- name: otel-agent-config-reconciler-vol
197
197
mountPath: /conf
198
- readinessProbe:
199
- httpGet:
200
- path: /
201
- port: 13133 # Health Check extension default port.
202
- scheme: HTTP
203
198
imagePullPolicy: IfNotPresent
204
199
# These KUBE env vars help populate OTEL_RESOURCE_ATTRIBUTES which
205
200
# is used by the otel-agent to populate resource attributes when
Original file line number Diff line number Diff line change 91
91
volumeMounts :
92
92
- name : otel-agent-config-vol
93
93
mountPath : /conf
94
- readinessProbe :
95
- httpGet :
96
- path : /
97
- port : 13133 # Health Check extension default port.
98
94
# These KUBE env vars help populate OTEL_RESOURCE_ATTRIBUTES which
99
95
# is used by the otel-agent to populate resource attributes when
100
96
# emiting metrics to the otel-collector. This is more efficient than
Original file line number Diff line number Diff line change @@ -275,10 +275,6 @@ spec:
275
275
- containerPort : 55678
276
276
- containerPort : 8888
277
277
- containerPort : 13133
278
- readinessProbe :
279
- httpGet :
280
- path : /
281
- port : 13133
282
278
resources :
283
279
requests :
284
280
cpu : 10m
Original file line number Diff line number Diff line change @@ -5907,11 +5907,6 @@ data:
5907
5907
volumeMounts:
5908
5908
- name: otel-agent-config-reconciler-vol
5909
5909
mountPath: /conf
5910
- readinessProbe:
5911
- httpGet:
5912
- path: /
5913
- port: 13133 # Health Check extension default port.
5914
- scheme: HTTP
5915
5910
imagePullPolicy: IfNotPresent
5916
5911
# These KUBE env vars help populate OTEL_RESOURCE_ATTRIBUTES which
5917
5912
# is used by the otel-agent to populate resource attributes when
@@ -6370,10 +6365,6 @@ spec:
6370
6365
- containerPort : 55678
6371
6366
- containerPort : 8888
6372
6367
- containerPort : 13133
6373
- readinessProbe :
6374
- httpGet :
6375
- path : /
6376
- port : 13133
6377
6368
resources :
6378
6369
limits :
6379
6370
cpu : 1
@@ -6494,10 +6485,6 @@ spec:
6494
6485
- containerPort : 55678
6495
6486
- containerPort : 8888
6496
6487
- containerPort : 13133
6497
- readinessProbe :
6498
- httpGet :
6499
- path : /
6500
- port : 13133
6501
6488
resources :
6502
6489
requests :
6503
6490
cpu : 10m
You can’t perform that action at this time.
0 commit comments