Garry
Garry
The HPA for the `web` deployment wasn't working because the target name was incorrect. ``` kind: Deployment metadata: name: {{ include "mastodon.fullname" . }}-web ``` This PR updates the HPA...
I'm having some issues installing this chart in a fresh Kubernetes cluster with GitOps automation, because the chart tries to install CRDs and it's non-optional. It has become fairly common...
### Steps to reproduce the problem 1. I set the `autoscaling.enabled` to `true` and set `minReplicas` as described in the values.yaml 2. I deployed the Helm chart, and noticed the...