Files
truecharts/charts/incubator/yacreaderlibraryserver/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
567 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/yacreaderlibraryserver
tag: latest@sha256:a14988e12c16d810ae8f8aeb9254662a2dbca67b3a9b62694b0d89a6849cf83c
persistence:
comics:
enabled: true
mountPath: /comics
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8080
protocol: TCP
targetPort: 8080