Skip to content

Commit

Permalink
Merge pull request #28 from LCOGT/jashan-lco-patch-1
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 9681532 + cdf8876 commit 1da7bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/banzai-floyds/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ banzaiFloyds:
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_floyds_pipeline
celeryTaskQueueName: banzai_floyds
Expand All @@ -100,7 +100,7 @@ postgresql:
postgresqlDatabase: banzai-floyds

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 1da7bdf

Please sign in to comment.