30 lines
557 B
YAML
30 lines
557 B
YAML
env:
|
|
HOME: /root
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/cloudcommander
|
|
tag: latest@sha256:3b7888ba817460f0ea451d6b0c3a9904528f85edaebe4dee123f012934f36028
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /root
|
|
mountpath:
|
|
enabled: true
|
|
mountPath: /UNRAID
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8765
|
|
protocol: TCP
|
|
targetPort: 8000
|
|
|
|
portal:
|
|
enabled: true
|