value update
This commit is contained in:
@@ -12,6 +12,7 @@ image:
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
podAnnotations: {}
|
||||
podLabels: {}
|
||||
deploymentAnnotations: {}
|
||||
deploymentLabels: {}
|
||||
|
||||
@@ -424,6 +425,11 @@ externalDatabase:
|
||||
hostKey: host
|
||||
databaseKey: dbname
|
||||
|
||||
global:
|
||||
security:
|
||||
# required for bitnamilegacy repos
|
||||
allowInsecureImages: true
|
||||
|
||||
##
|
||||
## MariaDB chart configuration
|
||||
## ref: https://github.com/bitnami/charts/tree/main/bitnami/mariadb
|
||||
@@ -434,6 +440,9 @@ mariadb:
|
||||
# To use an ALREADY DEPLOYED mariadb database, set this to false and configure the externalDatabase parameters
|
||||
enabled: false
|
||||
|
||||
image:
|
||||
repository: bitnamilegacy/mariadb
|
||||
|
||||
# see: https://github.com/bitnami/charts/tree/main/bitnami/mariadb#global-parameters
|
||||
global:
|
||||
# overwrites the primary.persistence.storageClass value
|
||||
@@ -469,32 +478,29 @@ postgresql:
|
||||
enabled: false
|
||||
image:
|
||||
repository: bitnamilegacy/postgresql
|
||||
tag: 17.6.0-debian-12-r4
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
postgresql:
|
||||
# global.postgresql.auth overrides postgresql.auth
|
||||
auth:
|
||||
username: oc_philiph
|
||||
password: ""
|
||||
username: nextcloud
|
||||
password: changeme
|
||||
database: nextcloud
|
||||
# Name of existing secret to use for PostgreSQL credentials.
|
||||
# auth.postgresPassword, auth.password, and auth.replicationPassword will be ignored and picked up from this secret.
|
||||
# secret might also contains the key ldap-password if LDAP is enabled.
|
||||
# ldap.bind_password will be ignored and picked from this secret in this case.
|
||||
existingSecret: nextcloud
|
||||
existingSecret: ""
|
||||
# Names of keys in existing secret to use for PostgreSQL credentials
|
||||
secretKeys:
|
||||
adminPasswordKey: postgres-password
|
||||
userPasswordKey: db-pass
|
||||
replicationPasswordKey: postgres-repl-pass
|
||||
adminPasswordKey: ""
|
||||
userPasswordKey: ""
|
||||
replicationPasswordKey: ""
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
enabled: false
|
||||
# Use an existing Persistent Volume Claim (must be created ahead of time)
|
||||
# existingClaim: ""
|
||||
storageClass: openebs-3-replicas
|
||||
# storageClass: ""
|
||||
|
||||
##
|
||||
## External Redis configuration
|
||||
@@ -524,6 +530,8 @@ externalRedis:
|
||||
|
||||
redis:
|
||||
enabled: false
|
||||
image:
|
||||
repository: bitnamilegacy/redis
|
||||
auth:
|
||||
enabled: true
|
||||
password: "changeme"
|
||||
@@ -533,7 +541,7 @@ redis:
|
||||
existingSecretPasswordKey: ""
|
||||
# Since Redis is used for caching only, you might want to use a storageClass with different reclaim policy and backup settings
|
||||
global:
|
||||
storageClass: openebs-3-replicas
|
||||
storageClass: ""
|
||||
master:
|
||||
persistence:
|
||||
enabled: true
|
||||
@@ -642,7 +650,10 @@ cronjob:
|
||||
schedule: "*/5 * * * *"
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 5
|
||||
# -- Additional labels for cronjob
|
||||
labels: {}
|
||||
# -- Additional labels for cronjob pod
|
||||
podLabels: {}
|
||||
annotations: {}
|
||||
backoffLimit: 1
|
||||
affinity: {}
|
||||
@@ -705,6 +716,7 @@ persistence:
|
||||
# Nextcloud Data (/var/www/html)
|
||||
enabled: true
|
||||
annotations: {}
|
||||
labels: {}
|
||||
## nextcloud data Persistent Volume Storage Class
|
||||
## If defined, storageClassName: <storageClass>
|
||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||
@@ -727,6 +739,7 @@ persistence:
|
||||
nextcloudData:
|
||||
enabled: false
|
||||
subPath:
|
||||
labels: {}
|
||||
annotations: {}
|
||||
storageClass: nfs-storage
|
||||
# existingClaim:
|
||||
@@ -784,6 +797,9 @@ nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
# -- Nextcloud pod topologySpreadConstraints
|
||||
topologySpreadConstraints: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
dnsConfig: {}
|
||||
@@ -819,6 +835,8 @@ imaginary:
|
||||
nodeSelector: {}
|
||||
# -- Imaginary pod tolerations
|
||||
tolerations: []
|
||||
# -- Imaginary pod topologySpreadConstraints
|
||||
topologySpreadConstraints: []
|
||||
|
||||
# -- imaginary resources
|
||||
resources: {}
|
||||
|
||||
Reference in New Issue
Block a user