values.yaml aktualisiert
This commit is contained in:
52
values.yaml
52
values.yaml
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
librebooking:
|
librebooking:
|
||||||
image:
|
image:
|
||||||
repository: librebooking/librebooking
|
repository: harbor.fbbgg.hs-woe.de/librebooking/librebooking
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "4.0.0"
|
tag: latest
|
||||||
|
|
||||||
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
@@ -51,22 +51,38 @@ librebooking:
|
|||||||
## MariaDB chart configuration
|
## MariaDB chart configuration
|
||||||
mariadb:
|
mariadb:
|
||||||
enabled: true
|
enabled: true
|
||||||
#https://github.com/LibreBooking/docker/blob/develop/RUN.md
|
|
||||||
loglevel: 'false'
|
## Database configuration
|
||||||
# for all possible configuration values, see:
|
settings:
|
||||||
# https://github.com/bitnami/charts/blob/master/bitnami/mariadb/values.yaml
|
## The root user password
|
||||||
auth:
|
rootPassword:
|
||||||
existingSecret: null
|
|
||||||
# MariaDB root password
|
## Optional user database which is created during first startup with user and password
|
||||||
rootPassword: ""
|
userDatabase: {}
|
||||||
# MariaDB custom database
|
## Name of the user database
|
||||||
database: librebooking
|
# name:
|
||||||
# MariaDB custom user name
|
## Database user with full access rights
|
||||||
username: librebooking
|
# user:
|
||||||
# MariaDB custom user password
|
## Password of the database user
|
||||||
password: test
|
# password:
|
||||||
storageClass: null
|
|
||||||
size: 10Gi
|
# Storage parameters
|
||||||
|
storage:
|
||||||
|
## Set persistentVolumenClaimName to reference an existing PVC
|
||||||
|
persistentVolumeClaimName:
|
||||||
|
|
||||||
|
## Alternative set requestedSize to define a size for a dynmaically created PVC
|
||||||
|
requestedSize:
|
||||||
|
|
||||||
|
## the storage class name
|
||||||
|
className:
|
||||||
|
|
||||||
|
## Additional storage annotations
|
||||||
|
annotations: {}
|
||||||
|
|
||||||
|
## Additional storage labels
|
||||||
|
labels: {}
|
||||||
|
|
||||||
|
|
||||||
## Use an externally provisioned database instance
|
## Use an externally provisioned database instance
|
||||||
## Ignored when mariadb.enabled is set to true
|
## Ignored when mariadb.enabled is set to true
|
||||||
|
|||||||
Reference in New Issue
Block a user