You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ports 30080 and 30443 were originally used by clients of the MetaDig and BookKeeper instances hosted on Kubernetes clusters, but required special intervention to expose them, since standard Ingress only exposes ports 80 and 443.
Since we are now upgrading the ingress, we should remove all client-code references to these ports, so we no longer need to maintain this special config.
Ports 30080 and 30443 were originally used by clients of the MetaDig and BookKeeper instances hosted on Kubernetes clusters, but required special intervention to expose them, since standard Ingress only exposes ports 80 and 443.
Since we are now upgrading the ingress, we should remove all client-code references to these ports, so we no longer need to maintain this special config.
The ports are referenced in the following places:
all instances of
docker-ucsb-4.dataone.org:30443
should be changed toapi.dataone.org
(no port number), so the URLs shoudl read as follows:MetaDIG (mdq): https://api.dataone.org/quality
Bookkeeper: https://api.dataone.org/bookkeeper
Note that any urls of the form
api.test.dataone.org
should remain unchanged, but should NOT contain a port number.The text was updated successfully, but these errors were encountered: