implement hull helm chart

This commit is contained in:
Ryan McGuire 2025-03-08 16:35:08 -05:00
parent a99e52ae4c
commit 2653825ac8
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ docker-compose.yml
.vscode .vscode
helm/values*.y*ml helm/values*.y*ml
helm_upgrade.sh

View File

@ -133,6 +133,9 @@ hull:
repository: _HT*hull.config.settings.repo repository: _HT*hull.config.settings.repo
tag: _HT!{{ printf "v%s" _HT*hull.config.settings.tag }} tag: _HT!{{ printf "v%s" _HT*hull.config.settings.tag }}
imagePullPolicy: Always imagePullPolicy: Always
args:
- -config
- /app/config.yaml
ports: ports:
http: http:
containerPort: _HT*hull.config.settings.httpPort containerPort: _HT*hull.config.settings.httpPort