gomods / athens-charts

Helm charts for athens
https://gomods.github.io/athens-charts/
MIT License
10 stars 17 forks source link

fix: use integer values for hpa, refactor for argocd #33

Closed rufusnufus closed 1 year ago

rufusnufus commented 1 year ago

Autoscaling values must be integers, percents are not working. We deploy athens proxy through ArgoCD. ArgoCD always shows the difference and wants to change memory with cpu utilization specification. In fact, it is the same, so let's change their order.

DrPsychick commented 1 year ago

Thank you for your contribution, @rufusnufus !