Openshift object resources
Closes https://gitlab.cern.ch/cara/cara/-/issues/269
Solved the error on OKD4 related to the base
theme.
Procedure:
- Tried to understand the
deploymentConfig.yaml
file and what were the differences between thecara-webservice
andcara-calculator-open
configs. - The
resources
tag (and respective values) on thecara-calculator-open
were missing on the object template, which means that we will have the default values for the resources requests/limits. - Once the resources requests and limits for this object were changed to the correct values, after one rollout the problem was solved.
Reports can now be generated with the base
theme.
Additional changes:
- Took the opportunity to get back the
30
seconds for theterminationGracePeriodSeconds
config. - Added a restriction for the
numpy
version, since the latest update were triggering the pipeline to fail.
Edited by Luis Aleixo