catalog/incubator/appsmith/5.0.4/ix_values.yaml

52 lines
953 B
YAML

image:
repository: tccr.io/truecharts/appsmith
tag: 1.8.9@sha256:0a7ca4f73619c7ad434ac40f7f092785071dc5d0d53c1a7f622762d0d63c3ad6
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
APPSMITH_ADMIN_EMAILS: "me@example.com,you@example.com"
APPSMITH_REDIS_URL:
secretKeyRef:
name: rediscreds
key: url
service:
main:
ports:
main:
port: 10217
targetPort: 80
supervisor:
enabled: true
ports:
supervisor:
enabled: true
port: 10218
targetPort: 9001
persistence:
appsmithstacks:
enabled: true
mountPath: "/appsmith-stacks"
redis:
enabled: true
existingSecret: "rediscreds"
redisUsername: appsmith
# mongodb:
# enabled: true
# mongodbUsername: appsmith
# mongodbDatabase: appsmith
# existingSecret: "mongodbcreds"
portal:
enabled: true