scale-catalog/stable/dokuwiki/12.0.15/ix_values.yaml

45 lines
997 B
YAML
Raw Permalink Normal View History

2024-07-13 07:59:30 +00:00
image:
repository: bitnami/dokuwiki
pullPolicy: IfNotPresent
tag: 20240206.1.0@sha256:d68af332408c74638650c663d75feb799f062a034dae1491976ff787bf4eac1d
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10123
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
DOKUWIKI_USERNAME: "admin"
DOKUWIKI_PASSWORD: "supersecret"
DOKUWIKI_FULL_NAME: "Super Admin"
DOKUWIKI_EMAIL: "admin@example.com"
DOKUWIKI_WIKI_NAME: "DokuWiki"
persistence:
config:
enabled: true
mountPath: /bitnami/dokuwiki
portal:
open:
enabled: true