feat(Incubator): Move Kasm + YouTransfer 2 stable (#4610)
* feat(Incubator): Move Kasm + YouTransfer 2 stable * Update charts/stable/youtransfer/Chart.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * fix * upd * yeet Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
co-authored by
Stavros Kois
Stavros kois
parent
b26b039e51
commit
2e2e67b1f7
@@ -0,0 +1,61 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/kasm
|
||||
tag: 1.11.0@sha256:fe25f667de3f1e4c1d5774c9108216dc433ea621516df8e9138eeb517858aeca
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
fsGroup: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
allowPrivilegeEscalation: true
|
||||
privileged: true
|
||||
|
||||
secretEnv:
|
||||
DOCKER_HUB_PASSWORD: ""
|
||||
DOCKER_HUB_USERNAME: ""
|
||||
|
||||
env:
|
||||
KASM_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
|
||||
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 }}"
|
||||
|
||||
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:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user