Added Helm chart and deployment
Some checks failed
DNSControl / container (push) Successful in 3m0s
DNSControl / helm (push) Failing after 2s

This commit is contained in:
fleaz 2025-05-25 17:26:42 +02:00
parent ef3421ff97
commit 5e879c2d4b
Signed by: fleaz
GPG key ID: 935474624265FE8F
9 changed files with 335 additions and 1 deletions

23
chart/.helmignore Normal file
View file

@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/