* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
40 lines
778 B
YAML
40 lines
778 B
YAML
env:
|
|
DOCKER_HUB_PASSWORD: ""
|
|
DOCKER_HUB_USERNAME: ""
|
|
KASM_PORT: ""
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/kasm
|
|
tag: latest@sha256:86c41cb380fd6905e8cd13642761450c1138a8b7468143083d7c956a827c98b5
|
|
persistence:
|
|
pathopt:
|
|
enabled: true
|
|
mountPath: /opt
|
|
pathprofiles:
|
|
enabled: true
|
|
mountPath: /profiles
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 3000
|
|
protocol: HTTP
|
|
targetPort: 3000
|
|
port6333:
|
|
enabled: true
|
|
ports:
|
|
port6333:
|
|
enabled: true
|
|
port: 6333
|
|
protocol: TCP
|
|
targetPort: 6333
|