Files
truecharts/charts/incubator/fenrus/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

28 lines
563 B
YAML

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