23 lines
485 B
YAML
23 lines
485 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/shawly/ps3netsrv
|
|
tag: v1.11.0@sha256:f23497ba5c34099e65c3a0590f5dfd0ee21c5c66f592a644aafb2d88f3d60e1e
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 38008
|
|
targetPort: 38008
|
|
protocol: tcp
|
|
|
|
persistence:
|
|
games:
|
|
enabled: true
|
|
mountPath: /games
|