Files
truecharts/charts/stable/cloud9/values.yaml
T
fc8d926fee chore(deps): update non-major (#1270)
* 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-07 17:57:54 +01:00

35 lines
578 B
YAML

image:
repository: ghcr.io/linuxserver/cloud9
pullPolicy: IfNotPresent
tag: version-1.29.2@sha256:f57b67c5ca42ab5d46f216f709a26e529afc80ee327f2204b51da248e525d730
# 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
accessMode: ReadWriteOnce
size: 1Gi
varrun:
enabled: true