This commit is contained in:
2025-03-10 12:16:07 +01:00
parent d3a797ed11
commit 5e8de87c5d
2 changed files with 53 additions and 3 deletions

View File

@@ -25,6 +25,29 @@ librebooking:
loglevel: 'none'
TZ: 'Europe/Berlin'
## This allows you to mount additional volumes
## into the librebooking container
extraVolumeMounts: []
# - name: extra-volume-0
# mountPath: /mnt/volume0
# readOnly: true
# existingClaim: volume-claim
# - name: extra-volume-1
# mountPath: /mnt/volume1
# readOnly: true
# hostPath: /usr/shared/
# - name: extra-volume-configmap
# configMap: librebooking
# items:
# - key: config.php
# path: application/config/config.php
## This allows you to mount additional "emptyDirs"
## into the librebooking container
extraEmptyDirMounts: []
# - name: extra-empty-dir
# mountPath: /var/lib/foobar
## MariaDB chart configuration
mariadb:
enabled: true
@@ -142,7 +165,7 @@ readinessProbe:
## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
## Used for LimeSurvey Uploads
## Used for librebooking Uploads
persistence:
# Enable persistence with PVC. If false, uses emptyDir instead.
enabled: true