bblfsh / web

Web client for Babelfish server
http://dashboard.bblf.sh
GNU General Public License v3.0
23 stars 21 forks source link

Added antiAffinityRules #184

Closed driosalido closed 5 years ago

driosalido commented 5 years ago

Added antiAffinityRules to avoid two pods running on the same node.

Waiting to validate the new chart version in src-d/charts#127

Not ideal, but we need to hardcode the HELMRELEASE name in .helmstaging.yml and _.helmproduction.yml in order to populate the labelSelector rule in the affinity section.

if the _HELMRELEASE value is changed in .travis.yml , it should also be changed in the helm files in order to have the antiAffinityRule working.

Signed-off-by: David Riosalido driosalido@sourced.tech

rporres commented 5 years ago

This can be merged.