* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
32 lines
639 B
YAML
32 lines
639 B
YAML
image:
|
|
repository: tccr.io/truecharts/dokuwiki
|
|
pullPolicy: IfNotPresent
|
|
tag: v20200729.0.0@sha256:98344959a4b7a924d650d8ce71debeccfff42ba519e5ec0d5c33957123b84e00
|
|
|
|
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"
|