Files
truecharts/charts/stable/cloud9/values.yaml
T
c6e18fba53 chore(deps): update non-major (#1350)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-11-18 22:59:35 +01:00

33 lines
536 B
YAML

image:
repository: ghcr.io/linuxserver/cloud9
pullPolicy: IfNotPresent
tag: version-1.29.2@sha256:f2bc1b08e713f1600d374e2347db3963908703c6f6e926649c7a7af064dfa739
# USERNAME="" #optional
# PASSWORD="" #optional
env:
PUID: 568
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 8000
targetPort: 8000
persistence:
code:
enabled: true
mountPath: "/code"
varrun:
enabled: true