add doc related to OpenShift timeout setting

This commit is contained in:
Nicola Tarocco 2022-11-23 10:24:54 +01:00
parent b836f608cc
commit bb1518d4a8
No known key found for this signature in database
GPG key ID: A08DEF00BA54E806

View file

@ -260,6 +260,14 @@ $ oc process -f buildconfig.yaml --param GIT_BRANCH='live/caimira-test' | oc cre
$ oc process -f deploymentconfig.yaml --param PROJECT_NAME='caimira-test' | oc create -f - $ oc process -f deploymentconfig.yaml --param PROJECT_NAME='caimira-test' | oc create -f -
``` ```
Manually create the **route** to access the website, see `routes.example.yaml`.
After having created the route, make sure that you extend the HTTP request timeout annotation: the
report generation can take more time than the default 30 seconds.
```
$ oc annotate route caimira-route --overwrite haproxy.router.openshift.io/timeout=60s
```
### CERN SSO integration ### CERN SSO integration
The SSO integration uses OpenID credentials configured in [CERN Applications portal](https://application-portal.web.cern.ch/). The SSO integration uses OpenID credentials configured in [CERN Applications portal](https://application-portal.web.cern.ch/).