Skip to content

Commit

Permalink
helm: use new RMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Apr 4, 2024
1 parent 1ba5d5a commit 3e7a98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/banzai/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ banzai:
calibrateProposalId: calibrate
banzaiWorkerLogLevel: info
rawDataApiRoot: http://archiveapi-internal.prod/
fitsBroker: rabbitmq-ha.prod.svc.cluster.local.
fitsBroker: "amqp://science-archive:science-archive@rabbitmq.prod-rmq-shared.svc:5672/science-archive"
fitsExchange: archived_fits
queueName: banzai_pipeline
celeryTaskQueueName: banzai_imaging
Expand All @@ -58,7 +58,7 @@ postgresql:
postgresqlDatabase: banzai

rabbitmq:
hostname: rabbitmq-ha.prod.svc.cluster.local.
hostname: rabbitmq.prod-rmq-shared.svc
rabbitmq:
username: banzai
vhost: banzai
Expand Down

0 comments on commit 3e7a98f

Please sign in to comment.