Files
truecharts/charts/incubator/cloudcommander/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

29 lines
572 B
YAML

env:
HOME: /root
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cloudcommander
tag: latest@sha256:0865364356f79c865cf6a44880969416fc571171d0b3c5e6209ee528682005df
persistence:
appdata:
enabled: true
mountPath: /root
mountpath:
enabled: true
mountPath: /UNRAID
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8765
protocol: TCP
targetPort: 8000