1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

reducing couchDB k8s to one node, reverting values to default

This commit is contained in:
Martin McKeaveney 2023-07-19 12:33:23 +01:00
parent d521bffc61
commit 9076f79ad4
2 changed files with 10 additions and 10 deletions

View file

@ -14,7 +14,7 @@ type: application
# populates on packaging
version: 0.0.0
# populates on packaging
appVersion: v2.8.10
appVersion: 0.0.0
dependencies:
- name: couchdb
version: 3.3.4

View file

@ -76,8 +76,8 @@ affinity: {}
globals:
appVersion: "" # Use as an override to .Chart.AppVersion
budibaseEnv: PRODUCTION
tenantFeatureFlags: "*:LICENSING,*:USER_GROUPS"
enableAnalytics: "0"
tenantFeatureFlags: "*:LICENSING,*:USER_GROUPS,*:ONBOARDING_TOUR"
enableAnalytics: "1"
sentryDSN: ""
posthogToken: "phc_bIjZL7oh2GEUd2vqvTBH8WvrX0fWTFQMs6H5KQxiUxU"
selfHosted: "1" # set to 0 for budibase cloud environment, set to 1 for self-hosted setup
@ -95,9 +95,9 @@ globals:
createSecrets: true # creates an internal API key, JWT secrets and redis password for you
# if createSecrets is set to false, you can hard-code your secrets here
apiEncryptionKey: "test"
internalApiKey: "test"
jwtSecret: "test"
apiEncryptionKey: ""
internalApiKey: ""
jwtSecret: ""
cdnUrl: ""
# fallback values used during live rotation
internalApiKeyFallback: ""
@ -215,8 +215,8 @@ couchdb:
# Secret Management
createAdminSecret: true
adminUsername: budibase
adminPassword: budibase
# adminUsername: budibase
# adminPassword: budibase
# adminHash: -pbkdf2-this_is_not_necessarily_secure_either
# cookieAuthSecret: admin
@ -239,11 +239,11 @@ couchdb:
## provisioning of Persistent Volumes; leaving it unset will invoke the default
## provisioner.
persistentVolume:
enabled: true
enabled: false
accessModes:
- ReadWriteOnce
size: 10Gi
storageClass: "local-path"
storageClass: ""
## The CouchDB image
image: