Files
truecharts/charts/incubator/ps3netsrv/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

27 lines
535 B
YAML

env:
GROUP_ID: ""
USER_ID: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ps3netsrv
tag: latest@sha256:384aafcd9742fa0867b5e89f0ad88db0866dff295bf10425c208b431e20e1dd6
persistence:
gamesfolder:
enabled: true
mountPath: /games
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 38008
protocol: TCP
targetPort: 38008