EBISPOT / ols4

Version 4 of the EMBL-EBI Ontology Lookup Service (OLS)
http://www.ebi.ac.uk/ols4/
Apache License 2.0
47 stars 22 forks source link

Set affinities for Neo4j and Solr #764

Closed henrietteharmse closed 1 month ago

henrietteharmse commented 1 month ago

Describe the bug Currently K8s config assumes setting affinities for PVCs are sufficient - i.e., that K8s is smart enough to determine that the solr and neo4j deployments need to adhere to these affinities as well due to their dependencies. However, we had an occurrence on our dev environment where, according to infrastructure, these affinities were not taken into consideration for the solr and neo4j deployments, which resulted in outage of the dev environment.

To ensure that this issue does not arise on our cluster, we should set these affinities for the neo4j and solr deployments.

haideriqbal commented 1 month ago

updated in production and dev.