|
|
@ -27,7 +27,7 @@ spec:
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
containers:
|
|
|
|
- name: mqnamesrv
|
|
|
|
- name: mqnamesrv
|
|
|
|
image: liuyi71sinacom/rocketmq-4.8.0
|
|
|
|
image: registry.cn-hangzhou.aliyuncs.com/sca-community/rocketmq-server
|
|
|
|
command: ["sh","/usr/local/rocketmq-4.8.0/bin/mqnamesrv"]
|
|
|
|
command: ["sh","/usr/local/rocketmq-4.8.0/bin/mqnamesrv"]
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
@ -51,7 +51,7 @@ spec:
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
containers:
|
|
|
|
- name: mqbroker
|
|
|
|
- name: mqbroker
|
|
|
|
image: liuyi71sinacom/rocketmq-4.8.0
|
|
|
|
image: registry.cn-hangzhou.aliyuncs.com/sca-community/rocketmq-server
|
|
|
|
command: ["sh","/usr/local/rocketmq-4.8.0/bin/mqbroker", "-n","rocketmq:9876"]
|
|
|
|
command: ["sh","/usr/local/rocketmq-4.8.0/bin/mqbroker", "-n","rocketmq:9876"]
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|