Generate Helm chart for Kubernetes deployment
Generate a Kubernetes Helm chart with deployment, service, ingress, and HPA.
Create chart structure:
deploy/helm/{service}/
Chart.yaml
values.yaml
values.production.yaml
templates/
deployment.yaml
service.yaml
ingress.yaml (if --with-ingress)
hpa.yaml (if --with-hpa)
configmap.yaml
secrets.yaml
Configure values.yaml with sensible defaults
Add health checks (liveness, readiness, startup probes)
Add resource limits (CPU, memory)
<service-name>: Kubernetes service name--with-ingress: Add ingress template--with-hpa: Add horizontal pod autoscalerSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer
Tags:codegen, helm, kubernetes, deploy