Files
truecharts/charts/incubator/kasm/values.yaml
T
TrueCharts BotandGitHub bf8019bf95 chore(deps): update docker general non-major (#3606)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-29 08:32:03 +03:00

41 lines
763 B
YAML

env:
DOCKER_HUB_PASSWORD: ""
DOCKER_HUB_USERNAME: ""
KASM_PORT: ""
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/kasm
tag: latest@sha256:e777e5adb75f2f8b9d362f68d9afc5e250b081513021bb2c69b205f838ba8804
persistence:
pathopt:
enabled: true
mountPath: /opt
pathprofiles:
enabled: true
mountPath: /profiles
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 3000
protocol: HTTP
targetPort: 3000
port6333:
enabled: true
ports:
port6333:
enabled: true
port: 6333
protocol: TCP
targetPort: 6333
portal:
enabled: true