TrueChartsClone/charts/incubator/fenrus/values.yaml

28 lines
563 B
YAML
Raw Normal View History

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/fenrus
tag: latest@sha256:8c19f0d4c692f0fa64cc7b5c03929bd142d500def02eb1c39822b705798650d9
persistence:
data:
enabled: true
mountPath: /app/data
images:
enabled: true
mountPath: /app/wwwroot/images
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 3000
protocol: TCP
targetPort: 3000