97353eb8c6
This PR contains the following updates: | Package | Update | Change | |---|---|---| | kasmweb/workspaces | digest | `1b13b4f` -> `65a84eb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: kasmweb/workspaces
|
|
tag: 1.15.1@sha256:65a84eb389ef2a63055b39648fe0606299d26da6c297b62f5a267268d0db1f3e
|
|
kasm:
|
|
mountUdev: false
|
|
mountInput: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10350
|
|
protocol: https
|
|
admin:
|
|
enabled: true
|
|
ports:
|
|
admin:
|
|
enabled: true
|
|
port: 10351
|
|
protocol: https
|
|
targetPort: 3000
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /opt
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
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: ""
|