29 lines
511 B
YAML
29 lines
511 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/ps3netsrv
|
|
tag: latest@sha256:200e6662a6e5e581ac0018b6e3dda69889e904585574315016f875bbd4476d45
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 38008
|
|
protocol: HTTP
|
|
targetPort: 38008
|
|
|
|
persistence:
|
|
games:
|
|
enabled: true
|
|
mountPath: /games
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
enabled: true
|