feat(focalboard): Use official image (#1952)
* feat(focalboard): Use official image * fix name and variable * typo * fullpath? * run tests * add init * trim * dont enc * change confmap * typo * disable ssl * refactor confmap * ssl disable * remove rofs * update questions and re-add rofs * update image and fix questions.yaml
This commit is contained in:
@@ -1,33 +1,32 @@
|
||||
image:
|
||||
# -- image repository
|
||||
repository: tccr.io/truecharts/focalboard
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: v0.8.0@sha256:0c560a1e1b11015598e63b580d6e21b5bb41bc2e140b15e4a54b7b0c415e765e
|
||||
tag: v0.14.0@sha256:489150257a4638e83a81e3e07afbb76fd891ae47c8b258b0a271ebcaa95638c3
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
# -- environment variables. See more environment variables in the [image entrypoint script](https://github.com/FlipEnergy/container-images/blob/main/focalboard/entrypoint.sh)
|
||||
# @default -- See below
|
||||
env: {}
|
||||
# SERVER_ROOT:
|
||||
# DBTYPE:
|
||||
# DBCONFIG:
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
focalboard:
|
||||
serverRoot: "http://localhost:10072"
|
||||
telemetry: false
|
||||
localOnly: false
|
||||
enableLocalMode: true
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10072
|
||||
targetPort: 8000
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
data:
|
||||
uploads:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
mountPath: "/uploads"
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: "dbcreds"
|
||||
postgresqlUsername: focalboard
|
||||
postgresqlDatabase: focalboard
|
||||
|
||||
Reference in New Issue
Block a user