add doc related to OpenShift timeout setting
This commit is contained in:
parent
b836f608cc
commit
bb1518d4a8
1 changed files with 13 additions and 5 deletions
|
|
@ -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 -
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
The SSO integration uses OpenID credentials configured in [CERN Applications portal](https://application-portal.web.cern.ch/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue