Files
truecharts/charts/stable/dokuwiki/values.yaml
T
fe752292ae chore(deps): update docker general non-major (#4343)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

* update repo

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-11-08 03:11:13 +02:00

35 lines
663 B
YAML

image:
repository: tccr.io/truecharts/dokuwiki
pullPolicy: IfNotPresent
tag: 20220731.1.0@sha256:7731e34744d60404f078e2c4419bdf31400eb0a5acd6ebfcd6b17b490967423a
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
DOKUWIKI_USERNAME: "admin"
DOKUWIKI_PASSWORD: "supersecret"
DOKUWIKI_FULL_NAME: "Super Admin"
DOKUWIKI_EMAIL: "admin@example.com"
DOKUWIKI_WIKI_NAME: "DokuWiki"
service:
main:
ports:
main:
port: 10123
targetPort: 8080
persistence:
config:
enabled: true
mountPath: "/bitnami/dokuwiki"
portal:
enabled: true