Skip to content
Discussion options

You must be logged in to vote

Hi All, I have installed RabbitMQ using the bitnami charts. this is my install command

helm install rabbitmq-is bitnami/rabbitmq \
--set replicaCount=1 \
--set volumePermissions.enabled=true \
--set clustering.forceBoot=true \
--set podManagementPolicy=Parallel \
--set auth.username=admin,auth.password=mypass \
--set auth.enableLoopbackUser=false \
--set namespaceOverride=mynamespace \
--set readinessProbe.enabled=false \
--set persistence.existingClaim=pvc-rabbitmq

It installs and works fine The PODs create the environment looks great. we have the same install on other clusters. no issues

but this cluster something is different. After deployment I edit the service and change it to Load…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@chadleywilson
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by chadleywilson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants