values.yaml aktualisiert
This commit is contained in:
52
values.yaml
52
values.yaml
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
librebooking:
|
librebooking:
|
||||||
image:
|
image:
|
||||||
repository: harbor.fbbgg.hs-woe.de/librebooking/librebooking
|
repository: librebooking/librebooking
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest
|
tag: "4.0.0"
|
||||||
|
|
||||||
# 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,38 +51,22 @@ librebooking:
|
|||||||
## MariaDB chart configuration
|
## MariaDB chart configuration
|
||||||
mariadb:
|
mariadb:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
#https://github.com/LibreBooking/docker/blob/develop/RUN.md
|
||||||
## Database configuration
|
loglevel: 'false'
|
||||||
settings:
|
# for all possible configuration values, see:
|
||||||
## The root user password
|
# https://github.com/bitnami/charts/blob/master/bitnami/mariadb/values.yaml
|
||||||
rootPassword:
|
auth:
|
||||||
|
existingSecret: null
|
||||||
## Optional user database which is created during first startup with user and password
|
# MariaDB root password
|
||||||
userDatabase: {}
|
rootPassword: ""
|
||||||
## Name of the user database
|
# MariaDB custom database
|
||||||
# name:
|
database: librebooking
|
||||||
## Database user with full access rights
|
# MariaDB custom user name
|
||||||
# user:
|
username: librebooking
|
||||||
## Password of the database user
|
# MariaDB custom user password
|
||||||
# password:
|
password: test
|
||||||
|
storageClass: null
|
||||||
# Storage parameters
|
size: 10Gi
|
||||||
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