Commit 774c14a0 authored by 温海元's avatar 温海元

add config for rockermq.yaml

parent 12ba2e2e
......@@ -105,4 +105,5 @@ exports.defaultConfig = {
ui: defaultUI,
node: defaultNodejs,
python: defaultPython,
rocketmq: defaultRocketmq,
}
......@@ -41,11 +41,11 @@ spec:
image: ccr.ccs.tencentyun.com/qa-base/rocketmq:4.8.0-alpine
command: ["sh","mqbroker", "-n","localhost:9876"]
requests:
memory: 40Mi
cpu: 100m
cpu: {{resources.cpu.request}}m
memory: 200Mi
limits:
memory: 128Mi
cpu: 500m
cpu: {{resources.cpu.limit}}m
memory: 200Mi
imagePullPolicy: IfNotPresent
ports:
- containerPort: 10909
......@@ -72,11 +72,11 @@ spec:
image: ccr.ccs.tencentyun.com/qa-base/rocketmq:4.8.0-alpine
command: ["sh","mqnamesrv"]
requests:
memory: 40Mi
cpu: 100m
cpu: {{resources.cpu.request}}m
memory: 200Mi
limits:
memory: 128Mi
cpu: 500m
cpu: {{resources.cpu.limit}}m
memory: 200Mi
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9876
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment