fix(rabbitmq): Migrate away from bitnami image
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
# NOTE(mrtz): Hack for working with bitnami legacy registry
|
||||||
|
global:
|
||||||
|
security:
|
||||||
|
allowInsecureImages: true
|
||||||
|
image:
|
||||||
|
repository: bitnamilegacy/rabbitmq
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
erlangCookie: staging-rabbitmq
|
erlangCookie: staging-rabbitmq
|
||||||
existingErlangSecret: staging-rabbitmq
|
existingErlangSecret: staging-rabbitmq
|
||||||
@@ -29,4 +36,3 @@ ingress:
|
|||||||
secrets: []
|
secrets: []
|
||||||
selfSigned: false
|
selfSigned: false
|
||||||
tls: true
|
tls: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user