init3
This commit is contained in:
25
values.yaml
25
values.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user