image: repository: tccr.io/truecharts/dokuwiki pullPolicy: IfNotPresent tag: v20230404.1.0@sha256:82969a73fa63cc53cca9a4b4beb74e37123a10b1f2e045316a971fafc6c9d2f3 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