catalog/dev/appsmith/0.0.2/ix_values.yaml

25 lines
435 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/appsmith
tag: latest
persistence:
data:
enabled: true
mountPath: /appsmith-stacks
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8182
protocol: TCP
targetPort: 80