|
|
@ -40,11 +40,12 @@ service: |
|
|
port: 10000 |
|
|
port: 10000 |
|
|
|
|
|
|
|
|
ingress: |
|
|
ingress: |
|
|
enabled: true |
|
|
enabled: false |
|
|
nginx: true |
|
|
aws: false |
|
|
certificateArn: "" |
|
|
nginx: true |
|
|
|
|
|
certificateArn: "" |
|
|
className: "" |
|
|
className: "" |
|
|
annotations: |
|
|
annotations: |
|
|
kubernetes.io/ingress.class: nginx |
|
|
kubernetes.io/ingress.class: nginx |
|
|
hosts: |
|
|
hosts: |
|
|
- host: # change if using custom domain |
|
|
- host: # change if using custom domain |
|
|
@ -55,7 +56,7 @@ ingress: |
|
|
service: |
|
|
service: |
|
|
name: proxy-service |
|
|
name: proxy-service |
|
|
port: |
|
|
port: |
|
|
number: 10000 |
|
|
number: 10000 |
|
|
|
|
|
|
|
|
resources: {} |
|
|
resources: {} |
|
|
# We usually recommend not to specify default resources and to leave this as a conscious |
|
|
# We usually recommend not to specify default resources and to leave this as a conscious |
|
|
@ -84,20 +85,24 @@ affinity: {} |
|
|
|
|
|
|
|
|
globals: |
|
|
globals: |
|
|
budibaseEnv: PRODUCTION |
|
|
budibaseEnv: PRODUCTION |
|
|
enableAnalytics: false |
|
|
enableAnalytics: true |
|
|
posthogToken: "" |
|
|
|
|
|
sentryDSN: "" |
|
|
sentryDSN: "" |
|
|
|
|
|
posthogToken: "" |
|
|
logLevel: info |
|
|
logLevel: info |
|
|
selfHosted: 1 |
|
|
selfHosted: "" |
|
|
accountPortalUrL: "" |
|
|
accountPortalUrl: "" |
|
|
accountPortalApiKey: "" |
|
|
accountPortalApiKey: "" |
|
|
cookieDomain: "" |
|
|
cookieDomain: "" |
|
|
|
|
|
platformUrl: "" |
|
|
|
|
|
|
|
|
createSecrets: true # creates an internal API key, JWT secrets and redis password for you |
|
|
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 |
|
|
# if createSecrets is set to false, you can hard-code your secrets here |
|
|
internalApiKey: "" |
|
|
internalApiKey: "" |
|
|
jwtSecret: "" |
|
|
jwtSecret: "" |
|
|
|
|
|
|
|
|
|
|
|
smtp: |
|
|
|
|
|
enabled: false |
|
|
|
|
|
|
|
|
services: |
|
|
services: |
|
|
dns: cluster.local |
|
|
dns: cluster.local |
|
|
@ -118,12 +123,12 @@ services: |
|
|
couchdb: |
|
|
couchdb: |
|
|
enabled: true |
|
|
enabled: true |
|
|
replicaCount: 3 |
|
|
replicaCount: 3 |
|
|
url: "" # only change if pointing to existing couch server |
|
|
# url: "" # only change if pointing to existing couch server |
|
|
user: "" # only change if pointing to existing couch server |
|
|
# user: "" # only change if pointing to existing couch server |
|
|
password: "" # only change if pointing to existing couch server |
|
|
# password: "" # only change if pointing to existing couch server |
|
|
port: 5984 |
|
|
port: 5984 |
|
|
storage: 100Mi |
|
|
storage: 100Mi |
|
|
|
|
|
|
|
|
redis: |
|
|
redis: |
|
|
enabled: true # disable if using external redis |
|
|
enabled: true # disable if using external redis |
|
|
port: 6379 |
|
|
port: 6379 |
|
|
@ -131,7 +136,7 @@ services: |
|
|
url: "" # only change if pointing to existing redis cluster and enabled: false |
|
|
url: "" # only change if pointing to existing redis cluster and enabled: false |
|
|
password: "budibase" # recommended to override if using built-in redis |
|
|
password: "budibase" # recommended to override if using built-in redis |
|
|
storage: 100Mi |
|
|
storage: 100Mi |
|
|
|
|
|
|
|
|
objectStore: |
|
|
objectStore: |
|
|
minio: true |
|
|
minio: true |
|
|
browser: true |
|
|
browser: true |
|
|
|