26 lines
487 B
YAML
26 lines
487 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/tonido
|
|
tag: latest@sha256:04783febf1600d57e50a9fb393ebe802f659f61595ea64ebfee276bae9e20443
|
|
persistence:
|
|
tonido:
|
|
enabled: true
|
|
mountPath: /unRAID
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10001
|
|
protocol: TCP
|
|
targetPort: 10001
|
|
|
|
portal:
|
|
enabled: true
|