hpi-schul-cloud / jitsi-deployment

Auto-scalable Jitsi Meet for Kubernetes
MIT License
215 stars 88 forks source link

Fix metrics in Horizontal Pod Autoscaler #37

Closed manquer closed 3 years ago

manquer commented 3 years ago

Fixes HPA pod metric averageValue. Average Value for HPA pod metric as a target is of type quantity / string [1] [2]

[1] https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#quantity-resource-core [2] https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/

manquer commented 3 years ago

Resubmitted with correct commit in #38