Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
The value:
The services are available using the URL (port 80, http):
It should be better to use a hostname that is different from the gracedb ones. (The ingress prefix for gracedb is '/') but it would differentiate route passed on https (port 443) and http (port 80).
Solve issue: #7 (closed)
To revert to use the port 443 instead of 80 change:
spec:
entryPoints:
(+) - websecure
(-) - web
routes:
(+) tls:
(+) secretName: gracedb-cert-tls
(+) options:
(+) name: client-auth
{{ end }}