File tree Expand file tree Collapse file tree 6 files changed +0
-32
lines changed Expand file tree Collapse file tree 6 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 39
39
batch:
40
40
resourcedetection:
41
41
detectors: [env, gcp]
42
- extensions:
43
- health_check:
44
- endpoint: 0.0.0.0:13133
45
42
service:
46
- extensions: [health_check]
47
43
pipelines:
48
44
metrics:
49
45
receivers: [opencensus]
Original file line number Diff line number Diff line change 59
59
# the GCE metadata service, if available.
60
60
resourcedetection:
61
61
detectors: [env, gcp]
62
- extensions:
63
- health_check:
64
- endpoint: 0.0.0.0:13133
65
62
service:
66
- extensions: [health_check]
67
63
pipelines:
68
64
metrics:
69
65
receivers: [opencensus]
Original file line number Diff line number Diff line change @@ -190,8 +190,6 @@ data:
190
190
protocol: TCP
191
191
- containerPort: 8888 # Metrics.
192
192
protocol: TCP
193
- - containerPort: 13133 # Health check
194
- protocol: TCP
195
193
volumeMounts:
196
194
- name: otel-agent-config-reconciler-vol
197
195
mountPath: /conf
Original file line number Diff line number Diff line change 81
81
ports :
82
82
- containerPort : 55678 # Default OpenCensus receiver port.
83
83
- containerPort : 8888 # Metrics.
84
- - containerPort : 13133 # Health check
85
84
securityContext :
86
85
allowPrivilegeEscalation : false
87
86
readOnlyRootFilesystem : true
Original file line number Diff line number Diff line change @@ -167,11 +167,7 @@ data:
167
167
# the GCE metadata service, if available.
168
168
resourcedetection:
169
169
detectors: [env, gcp]
170
- extensions:
171
- health_check:
172
- endpoint: 0.0.0.0:13133
173
170
service:
174
- extensions: [health_check]
175
171
pipelines:
176
172
metrics:
177
173
receivers: [opencensus]
@@ -274,7 +270,6 @@ spec:
274
270
ports :
275
271
- containerPort : 55678
276
272
- containerPort : 8888
277
- - containerPort : 13133
278
273
resources :
279
274
requests :
280
275
cpu : 10m
Original file line number Diff line number Diff line change @@ -5650,11 +5650,7 @@ data:
5650
5650
batch:
5651
5651
resourcedetection:
5652
5652
detectors: [env, gcp]
5653
- extensions:
5654
- health_check:
5655
- endpoint: 0.0.0.0:13133
5656
5653
service:
5657
- extensions: [health_check]
5658
5654
pipelines:
5659
5655
metrics:
5660
5656
receivers: [opencensus]
@@ -5708,11 +5704,7 @@ data:
5708
5704
# the GCE metadata service, if available.
5709
5705
resourcedetection:
5710
5706
detectors: [env, gcp]
5711
- extensions:
5712
- health_check:
5713
- endpoint: 0.0.0.0:13133
5714
5707
service:
5715
- extensions: [health_check]
5716
5708
pipelines:
5717
5709
metrics:
5718
5710
receivers: [opencensus]
@@ -5902,8 +5894,6 @@ data:
5902
5894
protocol: TCP
5903
5895
- containerPort: 8888 # Metrics.
5904
5896
protocol: TCP
5905
- - containerPort: 13133 # Health check
5906
- protocol: TCP
5907
5897
volumeMounts:
5908
5898
- name: otel-agent-config-reconciler-vol
5909
5899
mountPath: /conf
@@ -6029,11 +6019,7 @@ data:
6029
6019
# the GCE metadata service, if available.
6030
6020
resourcedetection:
6031
6021
detectors: [env, gcp]
6032
- extensions:
6033
- health_check:
6034
- endpoint: 0.0.0.0:13133
6035
6022
service:
6036
- extensions: [health_check]
6037
6023
pipelines:
6038
6024
metrics:
6039
6025
receivers: [opencensus]
@@ -6364,7 +6350,6 @@ spec:
6364
6350
ports :
6365
6351
- containerPort : 55678
6366
6352
- containerPort : 8888
6367
- - containerPort : 13133
6368
6353
resources :
6369
6354
limits :
6370
6355
cpu : 1
@@ -6484,7 +6469,6 @@ spec:
6484
6469
ports :
6485
6470
- containerPort : 55678
6486
6471
- containerPort : 8888
6487
- - containerPort : 13133
6488
6472
resources :
6489
6473
requests :
6490
6474
cpu : 10m
You can’t perform that action at this time.
0 commit comments