2022-07-22 20:19:45 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: kasmweb/workspaces
|
|
|
|
tag: 1.14.0@sha256:ccf420bd8c238c01702942d155f355e0af085564e5c1421296698b55d3c685d6
|
2022-12-21 23:02:12 +00:00
|
|
|
kasm:
|
|
|
|
mountUdev: false
|
|
|
|
mountInput: false
|
2022-07-22 20:19:45 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2022-10-27 23:06:40 +00:00
|
|
|
port: 10350
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: https
|
2022-10-27 23:06:40 +00:00
|
|
|
admin:
|
2022-07-22 20:19:45 +00:00
|
|
|
enabled: true
|
|
|
|
ports:
|
2022-10-27 23:06:40 +00:00
|
|
|
admin:
|
2022-07-22 20:19:45 +00:00
|
|
|
enabled: true
|
2022-10-27 23:06:40 +00:00
|
|
|
port: 10351
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: https
|
2022-10-27 23:06:40 +00:00
|
|
|
targetPort: 3000
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /opt
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
allowPrivilegeEscalation: true
|
|
|
|
privileged: true
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
fsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: https
|
|
|
|
path: /
|
|
|
|
port: "{{ .Values.service.admin.ports.admin.targetPort }}"
|
|
|
|
readiness:
|
|
|
|
type: https
|
|
|
|
path: /
|
|
|
|
port: "{{ .Values.service.admin.ports.admin.targetPort }}"
|
|
|
|
startup:
|
|
|
|
type: https
|
|
|
|
path: /
|
|
|
|
port: "{{ .Values.service.admin.ports.admin.targetPort }}"
|
|
|
|
env:
|
|
|
|
KASM_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
DOCKER_HUB_PASSWORD: ""
|
|
|
|
DOCKER_HUB_USERNAME: ""
|