Tool
Generate a base Helm chart with deployment, service, and optional extras.
Adds templates/ingress.yaml
Adds templates/serviceaccount.yaml
Adds templates/configmap.yaml
Adds templates/hpa.yaml
Adds templates/pdb.yaml
Adds templates/secret.yaml
Adds templates/networkpolicy.yaml
Chart.yaml
Chart metadata (name, versions, description).
values.yaml
Default values for image, ports, and optional features.
_helpers.tpl
Reusable labels and naming helpers.
deployment.yaml
Application deployment and container spec.
service.yaml
Service exposing the workload.
ingress.yaml
Ingress rules for HTTP routing (optional).
serviceaccount.yaml
Service account for pod identity (optional).
configmap.yaml
Non-secret configuration data (optional).
secret.yaml
Opaque secrets for sensitive values (optional).
hpa.yaml
Autoscaling rules based on CPU (optional).
pdb.yaml
Disruption budget to maintain availability (optional).
networkpolicy.yaml
Ingress network access controls (optional).
Was this tool helpful?