File tree 1 file changed +35
-35
lines changed
1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -237,41 +237,41 @@ services:
237
237
container :
238
238
securityContext :
239
239
privileged : true
240
- monitor-agent-injector :
241
- cmd : " /app/agent-injector"
242
- ports :
243
- - port : 8443
244
- protocol : " TCP"
245
- l4_protocol : " TCP"
246
- expose : true
247
- - port : 8080
248
- protocol : " TCP"
249
- l4_protocol : " TCP"
250
- expose : true
251
- - port : 7080
252
- protocol : " TCP"
253
- l4_protocol : " TCP"
254
- envs :
255
- DEBUG : " false"
256
- resources :
257
- cpu : ${request_cpu:0.5}
258
- max_cpu : 0.5
259
- mem : ${request_mem:1024}
260
- max_mem : 1024
261
- network :
262
- mode : " container"
263
- deployments :
264
- replicas : 1
265
- labels :
266
- GROUP : " dice"
267
- health_check :
268
- http :
269
- port : 8080
270
- path : " /health"
271
- duration : 120
272
- binds :
273
- - " ${nfs_root:/netdata}/dice-ops/dice-config/certificates/monitor-injector.pem:/etc/server/certs/monitor-injector.pem:ro"
274
- - " ${nfs_root:/netdata}/dice-ops/dice-config/certificates/monitor-injector-key.pem:/etc/server/certs/monitor-injector-key.pem:ro"
240
+ # monitor-agent-injector:
241
+ # cmd: "/app/agent-injector"
242
+ # ports:
243
+ # - port: 8443
244
+ # protocol: "TCP"
245
+ # l4_protocol: "TCP"
246
+ # expose: true
247
+ # - port: 8080
248
+ # protocol: "TCP"
249
+ # l4_protocol: "TCP"
250
+ # expose: true
251
+ # - port: 7080
252
+ # protocol: "TCP"
253
+ # l4_protocol: "TCP"
254
+ # envs:
255
+ # DEBUG: "false"
256
+ # resources:
257
+ # cpu: ${request_cpu:0.5}
258
+ # max_cpu: 0.5
259
+ # mem: ${request_mem:1024}
260
+ # max_mem: 1024
261
+ # network:
262
+ # mode: "container"
263
+ # deployments:
264
+ # replicas: 1
265
+ # labels:
266
+ # GROUP: "dice"
267
+ # health_check:
268
+ # http:
269
+ # port: 8080
270
+ # path: "/health"
271
+ # duration: 120
272
+ # binds:
273
+ # - "${nfs_root:/netdata}/dice-ops/dice-config/certificates/monitor-injector.pem:/etc/server/certs/monitor-injector.pem:ro"
274
+ # - "${nfs_root:/netdata}/dice-ops/dice-config/certificates/monitor-injector-key.pem:/etc/server/certs/monitor-injector-key.pem:ro"
275
275
collector :
276
276
labels :
277
277
cpu_bound : " true"
You can’t perform that action at this time.
0 commit comments