value update

This commit is contained in:
Philip Haupt
2025-11-05 00:39:14 +01:00
parent 850792ba16
commit 03946dea73

View File

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