Skip to content
Snippets Groups Projects
Verified Commit b129537c authored by David Hoese's avatar David Hoese
Browse files

Use rabbitmq secret for user password

parent 83e94377
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ deploy_prod_rabbit:
- kubeconfig=$(basename $kubekorner_k3s_config)
# install third-party rabbitmq server
- helm repo add bitnami https://charts.bitnami.com/bitnami
- helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns geosphere-rabbit bitnami/rabbitmq
- helm upgrade -v 2 --install --kubeconfig $kubeconfig -f production/values-geosphere-rabbit.yaml --namespace $ns geosphere-rabbit bitnami/rabbitmq
rules:
- if: '$kubekorner_k3s_config == ""'
when: never
......
......@@ -5,4 +5,5 @@ grbProcessor:
grbNotifier:
rabbitOut:
host: "geosphere-rabbit-rabbitmq"
\ No newline at end of file
host: "geosphere-rabbit-rabbitmq"
passwordSecret: "geosphere-rabbit-rabbitmq"
\ No newline at end of file
#rabbitmq:
# configuration: |-
# ## Clustering
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_k8s
# cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
# cluster_formation.node_cleanup.interval = 10
# cluster_formation.node_cleanup.only_log_warning = true
# cluster_partition_handling = autoheal
# # queue master locator
# queue_master_locator=min-masters
# # enable guest user
# loopback_users.guest = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment