* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
56 lines
1.0 KiB
YAML
56 lines
1.0 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/appsmith
|
|
tag: v1.6.22@sha256:5bfbb6cabe0b85a3b8a098c2649558683b606ec9e5d2dac446dc8f2f55f469fa
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
APPSMITH_ADMIN_EMAILS: "me@example.com,you@example.com"
|
|
|
|
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"
|
|
|
|
envValueFrom:
|
|
# APPSMITH_MONGODB_URI:
|
|
# secretKeyRef:
|
|
# name: mongodbcreds
|
|
# key: url
|
|
APPSMITH_REDIS_URL:
|
|
secretKeyRef:
|
|
name: rediscreds
|
|
key: url
|
|
|
|
redis:
|
|
enabled: true
|
|
existingSecret: "rediscreds"
|
|
redisUsername: appsmith
|
|
|
|
# mongodb:
|
|
# enabled: true
|
|
# mongodbUsername: appsmith
|
|
# mongodbDatabase: appsmith
|
|
# existingSecret: "mongodbcreds"
|