TrueChartsCatalogClone/incubator/nocodb/0.0.5/ix_values.yaml

56 lines
1001 B
YAML

image:
repository: nocodb/nocodb
tag: 0.90.3@sha256:63158174ce8a88eecfa332e223cee8cd11c1670090324d1d4264348930cb43db
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
NC_MIN: ""
PORT: "{{ .Values.service.main.ports.main.port }}"
# User Defined
NC_PUBLIC_URL: "http://localhost:10226"
NC_DISABLE_TELE: true
DISABLE_SPLASH_SCREEN: false
envValueFrom:
NC_REDIS_URL:
secretKeyRef:
name: rediscreds
key: url
NC_AUTH_JWT_SECRET:
secretKeyRef:
name: nocodb-secrets
key: NC_AUTH_JWT_SECRET
envFrom:
- configMapRef:
name: nocodb-configmap
service:
main:
ports:
main:
port: 10226
persistence:
data:
enabled: true
mountPath: "/usr/app/data"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: nocodb
postgresqlDatabase: nocodb
redis:
enabled: true
existingSecret: "rediscreds"