wiki db switch

This commit is contained in:
Philip Haupt
2025-10-12 17:01:50 +02:00
parent 18bb3eaeda
commit d75a4fac1e
3 changed files with 27 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: wiki
repo: https://charts.js.wiki
version: 2.2.23
version: 2.2.24
releaseName: requarks
includeCRDs: true
namespace: wikijs

View File

@@ -8,7 +8,6 @@ revisionHistoryLimit: 10
image:
repository: requarks/wiki
imagePullPolicy: IfNotPresent
tag: 2.5.308
imagePullSecrets: []
nameOverride: ""
@@ -139,6 +138,22 @@ sideload:
## Append extra trusted certificates for node process from extra volume via NODE_EXTRA_CA_CERTS variable
# nodeExtraCaCerts: "/path/to/certs.pem"
## Additional environment variables to set
extraEnvVars:
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: cnpg-wikijs-cluster-app
key: uri
# extraEnvVars:
# - name: CUSTOM_VAR
# value: "custom_value"
# - name: SECRET_VAR
# valueFrom:
# secretKeyRef:
# name: my-secret
# key: secret-key
## This will override the postgresql chart values
# externalPostgresql:
# # note: ?sslmode=require => ?ssl=true