Files
truecharts/charts/stable/wekan/values.yaml
T
3354e963ac chore(deps): update docker general non-major (#2460)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-04-09 10:28:47 +02:00

34 lines
581 B
YAML

image:
repository: tccr.io/truecharts/wekan
tag: v6.18@sha256:ec1cbf4e866d100001589aa8e480a954ec375b4677b266bcee36a8cd1d0e69e0
pullPolicy: IfNotPresent
env:
WRITABLE_PATH: "/data"
# User Defined
ROOT_URL: "http://localhost"
envValueFrom:
MONGO_URL:
secretKeyRef:
name: mongodbcreds
key: url
service:
main:
ports:
main:
port: 10192
targetPort: 8080
mongodb:
enabled: true
mongodbUsername: wekan
mongodbDatabase: wekan
existingSecret: "mongodbcreds"
persistence:
data:
enabled: true
mountPath: "/data"