Files
truecharts/charts/incubator/cloudcommander/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

30 lines
557 B
YAML

env:
HOME: /root
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cloudcommander
tag: latest@sha256:2d2d13088296301f053a1781cc9e7b0661387d15ccad1d53107c4ee9c44f6961
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