Files
truecharts/charts/incubator/linkwallet/values.yaml
T
Stavros KoisandGitHub e42a19f645 feat(linkwallet): add linkwallet (#3809)
* feat(linkwallet): add linkwallet

* Update charts/incubator/linkwallet/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-18 19:46:40 +03:00

25 lines
404 B
YAML

image:
repository: tccr.io/truecharts/linkwallet
tag: v0.0.34@sha256:eb343e670493587fa67abae1ab16966169aa98110dd901d01b01ff3dcbc4dc10
pullPolicy: IfNotPresent
args:
- -db-path
- /data/linkwallet.db
service:
main:
ports:
main:
port: 10353
protocol: HTTP
targetPort: 8080
persistence:
data:
enabled: true
mountPath: /data
portal:
enabled: true