24 lines
457 B
YAML
24 lines
457 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: captinsano/tonido
|
||
|
tag: latest@sha256:e54a72a59edec5165184bed1f6dbc14679f00a2cd746353714468e9e263c3793
|
||
|
persistence:
|
||
|
tonido:
|
||
|
enabled: true
|
||
|
mountPath: /unRAID
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10001
|
||
|
protocol: tcp
|
||
|
targetPort: 10001
|