Skip to content

Commit

Permalink
Merge pull request #387 from LCOGT/helm/new-rmq
Browse files Browse the repository at this point in the history
helm: use new RMQ
  • Loading branch information
jashan-lco authored Apr 4, 2024
2 parents 1ba5d5a + 3e7a98f commit b055637
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 b055637

Please sign in to comment.