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