Skip to content

Commit

Permalink
Merge pull request #398 from LCOGT/fix/obs-portal-url
Browse files Browse the repository at this point in the history
Fixed the observation portal url in the deployment.
  • Loading branch information
cmccully authored Oct 18, 2024
2 parents 21ac9ba + d42f8c0 commit b9ac626
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.18.4 (2024-10-18)
-------------------
- Fix to the url of the observation portal in the deployment.

1.18.3 (2024-10-04)
-------------------
- Update exception handling for photometric calibrator to handle general base exceptions from the requests library
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/banzai/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ingester:
banzai:
astrometryServiceUrl: http://astrometry.lco.gtn/catalog
configdbUrl: http://configdb.lco.gtn/sites/
observationPortalUrl: http://internal-observation-portal.lco.gtn/api/observations/
observationPortalUrl: http://observation-portal-internal.dev.svc/api/observations/
useDifferentArchiveSources: true
calibrateProposalId: calibrate
banzaiWorkerLogLevel: debug
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/banzai/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ingester:
banzai:
astrometryServiceUrl: http://gaia-astrometry-net-service/catalog
configdbUrl: http://configdb3/sites/
observationPortalUrl: http://internal-observation-portal/api/observations/
observationPortalUrl: http://observation-portal-internal.prod.svc/api/observations/
useDifferentArchiveSources: false
calibrateProposalId: calibrate
banzaiWorkerLogLevel: info
Expand Down

0 comments on commit b9ac626

Please sign in to comment.