Includes: - Deployment with health checks and resource limits - Service (ClusterIP by default) - PersistentVolumeClaim for data storage - Optional Ingress with TLS support - Configurable via values.yaml Usage: helm install taskplaner ./helm/taskplaner Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
126 B
Plaintext
13 lines
126 B
Plaintext
# Patterns to ignore when building packages.
|
|
.DS_Store
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*.orig
|
|
*~
|
|
.git/
|
|
.gitignore
|
|
.project
|
|
.settings/
|
|
*.log
|