Kubernetes Helm Chart Creator
By Mr Tech King · Published · Updated
Generate Helm Chart value files and templates for app deployment.
Tags: coding, kubernetes, helm
Prompt template
## Introduction Generate standard Helm templates (deployment, service, ingress) for your application. ## Chart Configuration - Application Name: [text: e.g., my-app] - Replica Count: [min, 10] - Container Port: [text: e.g., 80] ## Ingress settings - Enable Ingress: [toggle: Yes, No] - Hostname: [text: e.g., app.example.com] - SSL/TLS Enabled: [toggle: Yes, No]