27 lines
521 B
YAML
27 lines
521 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: dtjs48jkt/twonkyserver
|
||
|
tag: latest@sha256:0d8ed9d9ec5f0408314c5ce76659955368c8c67f5ab1d74cb1e45236de9bda7d
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /data
|
||
|
portal:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 9000
|
||
|
protocol: TCP
|
||
|
targetPort: 9000
|