Commit 12ba2e2e authored by 温海元's avatar 温海元

add config for rockermq.yaml

parent 9d707893
......@@ -41,11 +41,11 @@ spec:
image: ccr.ccs.tencentyun.com/qa-base/rocketmq:4.8.0-alpine
command: ["sh","mqbroker", "-n","localhost:9876"]
requests:
cpu: {{resources.cpu.request}}m
memory: 200Mi
memory: 40Mi
cpu: 100m
limits:
cpu: {{resources.cpu.limit}}m
memory: 200Mi
memory: 128Mi
cpu: 500m
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:
cpu: {{resources.cpu.request}}m
memory: 200Mi
memory: 40Mi
cpu: 100m
limits:
cpu: {{resources.cpu.limit}}m
memory: 200Mi
memory: 128Mi
cpu: 500m
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