Skip to content

Commit 5bfb7e4

Browse files
authored
bugfix: temp remove monitor-agent-injector (#3396)
1 parent 1450a91 commit 5bfb7e4

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

erda.yml

+35-35
Original file line numberDiff line numberDiff line change
@@ -237,41 +237,41 @@ services:
237237
container:
238238
securityContext:
239239
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"
275275
collector:
276276
labels:
277277
cpu_bound: "true"

0 commit comments

Comments
 (0)