feat(wekan): move to stable (#2333)
* feat(wekan): move to stable * clean * Update Chart.yaml * update repo * bump * bump Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
co-authored by
Kjeld Schouten-Lebbing
parent
63c46acda8
commit
3a7c16be47
@@ -0,0 +1,33 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/wekan
|
||||
tag: v6.11@sha256:4d36ca29c2bf2775903d94e72b5ed55dc2893331ecced6a7ffd01164633e8df4
|
||||
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: 10204
|
||||
targetPort: 8080
|
||||
|
||||
mongodb:
|
||||
enabled: true
|
||||
mongodbUsername: wekan
|
||||
mongodbDatabase: wekan
|
||||
existingSecret: "mongodbcreds"
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
Reference in New Issue
Block a user