Skip to content

fix(charts): Various small Helm chart improvements.

Florian Forster requested to merge fforster/gke into main

fix(charts): Various small Helm chart improvements.

  • Allow to specify the Pod's command.
  • Patch resource limits through to the deployment manifest.
  • Add a horizontal Pod autoscaler.
  • Set a priority class for the pod.
  • Set app.kubernetes.io/instance to the same value as name.
  • Set root filesystem to read-only.
  • Add a vertical Pod autoscaler.

Issue: Add the ability to generate Kubernetes configur... (team#286 - closed)

Edited by Florian Forster

Merge request reports