Create Helm Chart (#43)

* chore: initial commit of helm chart yaml

* chore: add docs and reset ingress classname default

* chore: helm repo add and install documentation

* chore: add env variables to deployment and values

* fix: remove port env variable
This commit is contained in:
Nathan Lanier 2022-10-18 13:59:34 -05:00 committed by GitHub
parent 28ddbb1f6c
commit 31531b607d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 594 additions and 0 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/