26 lines
483 B
YAML
26 lines
483 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: shawly/ps3netsrv
|
|
tag: v1.6.0@sha256:d6a926bb0c004b2e1c557b3ceb9fc74be5845e00a2a13c3f10db65c3a853cb81
|
|
persistence:
|
|
games:
|
|
enabled: true
|
|
mountPath: /games
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 38008
|
|
protocol: http
|
|
targetPort: 38008
|