Files
truecharts/charts/stable/dokuwiki/values.yaml
T
TrueCharts BotandGitHub 638d645da8 chore(deps): update docker general non-major (#2730)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-22 08:05:01 +02:00

32 lines
636 B
YAML

image:
repository: tccr.io/truecharts/dokuwiki
pullPolicy: IfNotPresent
tag: v20200729.0.0@sha256:a2ff7d7915df78787caff4bedbb9ebadb4f1e676c59c0cfc1ad2b3d4319591ba
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
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"