451 B
Executable file
451 B
Executable file
Add New Service
Help create a new Kubernetes service module.
Service name: $ARGUMENTS
Steps:
- Create directory at modules/kubernetes//
- Create main.tf with:
- Namespace resource
- Deployment with appropriate container
- Service resource
- Ingress with TLS and standard annotations
- Use existing patterns from similar services
- Add module reference in main.tf
- Update .claude/CLAUDE.md with new service version