46 lines
804 B
YAML
46 lines
804 B
YAML
image:
|
|
repository: tccr.io/truecharts/cloud9
|
|
pullPolicy: IfNotPresent
|
|
tag: version-1.29.2@sha256:4891fa151fe52c43719f0346124f29c81ed47be16cdc34554b8896b0cb80cb73
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10070
|
|
protocol: http
|
|
targetPort: 8000
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
|
|
persistence:
|
|
code:
|
|
enabled: true
|
|
mountPath: /code
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|