gorse-io / charts

Helm charts for Gorse recommender system
Apache License 2.0
2 stars 5 forks source link

gorse worker and server hpa fix kind error #23

Open adonaicosta opened 6 months ago

adonaicosta commented 6 months ago

HPA to worker and server are set to kind StatefulSet, but both are ReplicaSets, I'll recreate hpa using replicasets to works.

Suggestion, add kind to worker and server possibility to choose Deployment or StatefulSet and use this in HPA creation. You'll need change deployment.yaml to accept this choose in both, worker and server.