feat(wekan): add wekan (#2328)

* feat(wekan): add wekan

* db.. db

* dbname

* bump

* add some gui

* more options

* test

* wait for update

* more options

* common

* full options

* try rootless

* bump common

* mongodb 0.0.3

* update image ref
This commit is contained in:
Stavros Kois
2022-03-29 00:36:40 +03:00
committed by GitHub
parent 1e4153472d
commit a24f087514
6 changed files with 1381 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "10.6.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.3
- condition: mongodb.enabled
name: mongodb
repository: https://truecharts.org/
version: 0.0.3
description: WeKan - Open Source kanban
home: https://github.com/truecharts/apps/tree/master/charts/stable/wekan
icon: https://truecharts.org/_static/img/appicons/wekan.png
keywords:
- wekan
- kanban
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: wekan
sources:
- https://github.com/wekan/wekan
- https://wekan.github.io/
version: 0.0.1
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
File diff suppressed because it is too large Load Diff
@@ -0,0 +1 @@
{{ include "common.all" . }}
+41
View File
@@ -0,0 +1,41 @@
image:
repository: tccr.io/truecharts/wekan
tag: v6.11@sha256:4d36ca29c2bf2775903d94e72b5ed55dc2893331ecced6a7ffd01164633e8df4
pullPolicy: IfNotPresent
# securityContext:
# readOnlyRootFilesystem: false
# runAsNonRoot: false
# podSecurityContext:
# runAsUser: 0
# runAsGroup: 0
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"
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

+1
View File
@@ -365,6 +365,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| technitium | dns-cert | dns-cert | 10202 | TCP | | | technitium | dns-cert | dns-cert | 10202 | TCP | |
| technitium | dns-https | dns-https | 10203 | TCP | | | technitium | dns-https | dns-https | 10203 | TCP | |
| technitium | dns-https-proxy | dns-https-proxy | 10204 | TCP | | | technitium | dns-https-proxy | dns-https-proxy | 10204 | TCP | |
| wekan | main | main | 10204 | TCP | |
| storj-node | main | main | 14002 | TCP | | | storj-node | main | main | 14002 | TCP | |
| satisfactory | beacon | beacon | 15000 | UDP | | | satisfactory | beacon | beacon | 15000 | UDP | |
| satisfactory | query | query | 15777 | UDP | | | satisfactory | query | query | 15777 | UDP | |