image: repository: bitnami/dokuwiki pullPolicy: IfNotPresent tag: 20230404.1.0@sha256:5869cd296e2afd9d4be196911c471701309cfd08590dfa3a76d56ec25ba2aa39 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