Modify rabbitmq pod to point to right image
The image location for rabbitmq was incorrectly pointing at Lars private repository. Change it to point to the global kollaglue repo. Change-Id: Ib4fd84db9410fa7057730ff74be2acc0babfa438
This commit is contained in:
parent
2bc783b8c6
commit
cb05bb513b
@ -6,7 +6,7 @@
|
|||||||
"id": "rabbitmq-1",
|
"id": "rabbitmq-1",
|
||||||
"containers": [{
|
"containers": [{
|
||||||
"name": "rabbitmq",
|
"name": "rabbitmq",
|
||||||
"image": "docker.usersys.redhat.com/larsks/rabbitmq",
|
"image": "kollaglue/fedora-rdo-rabbitmq",
|
||||||
"ports": [
|
"ports": [
|
||||||
{"containerPort": 5672}
|
{"containerPort": 5672}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user