Commit 9d707893 authored by 温海元's avatar 温海元

add config for rockermq.yaml

parent 03c3e7d6
...@@ -40,6 +40,12 @@ spec: ...@@ -40,6 +40,12 @@ spec:
- name: broker - name: broker
image: ccr.ccs.tencentyun.com/qa-base/rocketmq:4.8.0-alpine image: ccr.ccs.tencentyun.com/qa-base/rocketmq:4.8.0-alpine
command: ["sh","mqbroker", "-n","localhost:9876"] command: ["sh","mqbroker", "-n","localhost:9876"]
requests:
cpu: {{resources.cpu.request}}m
memory: 200Mi
limits:
cpu: {{resources.cpu.limit}}m
memory: 200Mi
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 10909 - containerPort: 10909
...@@ -65,6 +71,12 @@ spec: ...@@ -65,6 +71,12 @@ spec:
- name: namesrv - name: namesrv
image: ccr.ccs.tencentyun.com/qa-base/rocketmq:4.8.0-alpine image: ccr.ccs.tencentyun.com/qa-base/rocketmq:4.8.0-alpine
command: ["sh","mqnamesrv"] command: ["sh","mqnamesrv"]
requests:
cpu: {{resources.cpu.request}}m
memory: 200Mi
limits:
cpu: {{resources.cpu.limit}}m
memory: 200Mi
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 9876 - 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