orchestracities / charts

This project includes helm charts developed to deploy orchestra cities (thus covering as well some FIWARE services)
Apache License 2.0
11 stars 9 forks source link

fix helm3 not respecting HPA replicas #89

Closed Durburz closed 3 years ago

Durburz commented 3 years ago

Helm3 replaces the replica count set by the HPA repeatedly, resulting in a up- and down-scaling loop.

Because of that it is necessary to update the helm charts. https://github.com/helm/helm/issues/7090

chicco785 commented 3 years ago

@Durburz for the release to work, you need to increase the chart version in the different Chart.yaml files

chicco785 commented 3 years ago

@Durburz the PR is stale since I am waiting a reply on the not triggered build from travis-ci team

Durburz commented 3 years ago

@chicco785 is there anything further I can do get this request merged?

chicco785 commented 3 years ago

so travis team reported that ci-branch now works only for branches in the same repo, that's why it was not launched. I will force merge and disable the check.