implement hull helm chart
This commit is contained in:
parent
a99e52ae4c
commit
2653825ac8
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ docker-compose.yml
|
|||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
helm/values*.y*ml
|
helm/values*.y*ml
|
||||||
|
helm_upgrade.sh
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user