Files
truecharts/charts/incubator/cloudcommander/values.yaml
T
171b18a429 chore(deps): update docker general non-major (#3377)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* fix nc

* initcontainer security context

* Update charts/stable/inventree/values.yaml

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-09 12:14:27 +02:00

32 lines
597 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:
enabled: true
ports:
main:
enabled: true
port: 8765
protocol: TCP
targetPort: 8000
portal:
enabled: true