Skip to content

Commit 6464313

Browse files
set opertator
1 parent 7e0b80b commit 6464313

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

charts/theia-cloud-combined/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dependencies:
1818
repository: "file://../theia-appdefinitions"
1919

2020
- name: theia-shared-cache
21-
version: 1.0.1
21+
version: 0.1.0
2222
repository: "https://ls1intum.github.io/theia-shared-cache/"

value-reference-files/theia-cloud-helm-values.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ingress:
1818
clusterIssuer: letsencrypt-prod
1919
certManagerAnnotations: true
2020
instances:
21-
allWildcardSecretNames: { "*.webview.": static-theia-cert }
21+
allWildcardSecretNames: {"*.webview.": static-theia-cert}
2222

2323
monitor:
2424
enable: true
@@ -27,11 +27,13 @@ monitor:
2727
interval: 3
2828

2929
operator:
30-
image: theiacloud/theia-cloud-operator:1.1.0-next
30+
image: ghcr.io/ls1intum/theia/operator:pr-41
3131
eagerStart: false
3232
replicas: 1
3333
sessionsPerUser: 10
3434
storageClassName: csi-rbd-sc
35+
enableCaching: true
36+
cacheUrl: "http://theia-shared-cache:5071"
3537

3638
service:
3739
image: theiacloud/theia-cloud-service:1.1.0-next

0 commit comments

Comments
 (0)