52 lines
954 B
YAML
52 lines
954 B
YAML
image:
|
|
repository: tccr.io/truecharts/appsmith
|
|
tag: 1.8.13@sha256:fa388b5e251a10770e37079eb94a6ffb6de438707cb98a87959f4c0fd99a0f82
|
|
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
|