* 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>
34 lines
586 B
YAML
34 lines
586 B
YAML
image:
|
|
repository: tccr.io/truecharts/wekan
|
|
tag: v6.20@sha256:1db08efdf10d5af0c44974d38cb952e8127ecb38c16affb92dac6a51d2c6707c
|
|
pullPolicy: IfNotPresent
|
|
|
|
env:
|
|
WRITABLE_PATH: "/data"
|
|
# User Defined
|
|
ROOT_URL: "http://localhost:8080"
|
|
|
|
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"
|