Update file deployment.yaml
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
requested review from @kamal
31 31 volumeMounts: 32 32 - mountPath: /nfs/public/rw/enswbsites 33 33 name: tools-api-data-vol 34 - mountPath: /usr/data/newsite The path in tools-api is
/nfs/public/ro/enswbsites/dev/vep/support/
not/usr/data/newsite
You will need to change either of those https://gitlab.ebi.ac.uk/ensembl-web/newsite-api-config-setup/-/blob/vep_support_path/dev/hl/tools-api.secret#L8Also, the deployment job needs to change as well to update the NFS_SERVER, NFS_RO_PATH for vep_support
https://github.com/Ensembl/ensembl-web-tools-api/blob/dev/.gitlab-ci.yml#L49-L50
31 31 volumeMounts: 32 32 - mountPath: /nfs/public/rw/enswbsites 33 33 name: tools-api-data-vol 34 - mountPath: /usr/data/newsite Also Add NFS_RO_PATH CI/CD variable to ensembl-web group
https://gitlab.ebi.ac.uk/groups/ensembl-web/-/settings/ci_cd