Optimized for: Gemini / ChatGPT / Claude
Advanced AI Prompt for Kubernetes Helm Chart Values.yaml Template
Use this engineered prompt to drastically optimize your workflow and output.
Required Variables
- ✦
[CHART_NAME] - ✦
[IMAGE_REPOSITORY] - ✦
[PULL_POLICY] - ✦
[INGRESS_ENABLED]
k8s-helm-chart-values-template-generator.txt
Act as a DevOps Architect. Create a comprehensive 'values.yaml' file for a new Helm chart named '[CHART_NAME]'. Include parameters for image repository '[IMAGE_REPOSITORY]', pullPolicy '[PULL_POLICY]', and a boolean flag for '[INGRESS_ENABLED]'. Organize the file into logical sections: image, service, resources, autoscaling, and ingress. Provide descriptive comments for each parameter to aid developer onboarding.
Example Output
"The AI will produce a structured, best-practice values.yaml file ready to be used as the configuration interface for a microservice Helm chart."