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