34 lines
622 B
YAML
34 lines
622 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/coderaiser/cloudcmd
|
|
tag: latest@sha256:1d53ec5212e4bc5dd3f75950e99b9b2686fe84b978fc7aacd6468965bd0f9ba2
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /root
|
|
mountpath:
|
|
enabled: true
|
|
mountPath: /UNRAID
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8765
|
|
protocol: tcp
|
|
targetPort: 8000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
HOME: /root
|