52 lines
953 B
YAML
52 lines
953 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/appsmith
|
||
|
tag: 1.8.8@sha256:447db5db694a7a14ca152e097f4da2c79ecdc6839722eaa01387e3aabd3600ba
|
||
|
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
|