add app dokuwiki

This commit is contained in:
2024-06-26 00:50:00 +10:00
parent 62b8ddb6c7
commit 91a305117c
5 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: dokuwiki
namespace: dokuwiki
spec:
targetNamespace: dokuwiki
chart:
spec:
chart: dokuwiki
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
interval: 1h
install:
remediation:
retries: 3
values:
dokuwikiUsername: ${username}
dokuwikiPassword: ${password}
dokuwikiEmail: ${email}
dokuwikiFullName: "Edward Cheng"
dokuwikiWikiName: My Douku Wiki
persistence:
existingClaim: "dokuwiki-pvc"
service:
nodePorts:
http: 18000