Files
catalog/incubator/appsmith/5.0.22/ix_values.yaml
TrueCharts-Bot ac1b1bd525 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-11 02:02:39 +00:00

52 lines
953 B
YAML

image:
repository: tccr.io/truecharts/appsmith
tag: 1.9.2@sha256:3eec6762119d49d590f2061e2bfdeef424ae011196442647f2030d0d122104d9
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