You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*This chart was tested with Helm version v3.17.0.*
8
+
*Other versions may work as well, but if you encounter any issues, we recommend trying with the tested version to rule out version-specific problems.*
9
+
7
10
## Values
8
11
9
12
| Key | Type | Default | Description |
@@ -56,6 +59,7 @@ A Helm chart for Theia Cloud
56
59
| landingPage.additionalApps | string |`nil`| The page may show these additional apps in a drop down. This is a map. The key maps to the app definition name The value is the label that is supposed to be shown in the UI Example: different-app-definition: label: "Different App Definition" further-app-definition: label: "Further App Definition" |
57
60
| landingPage.appDefinition | string |`"theia-cloud-demo"`| the app id to launch |
58
61
| landingPage.disableInfo | bool |`false`| Should showing info title and text below the launch button be disabled true hides the info title and text false shows the info title and text |
62
+
| landingPage.enabled | bool |`true`| Whether the landing page shall be enabled |
59
63
| landingPage.ephemeralStorage | bool |`true`| If set to true no persisted storage is used when creating sessions on the landing page. Set to false if you want to use persisted storage. |
60
64
| landingPage.image | string |`"theiacloud/theia-cloud-landing-page:1.1.0-next"`| the landing page image to use |
61
65
| landingPage.imagePullPolicy | string |`nil`| Optional: Override the imagePullPolicy for the landing page's docker image. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
@@ -71,6 +75,7 @@ A Helm chart for Theia Cloud
71
75
| monitor.activityTracker.enable | bool |`true`| Should the activityTracker module be enabled |
72
76
| monitor.activityTracker.interval | int |`1`| Minutes between re-pinging the pods |
73
77
| monitor.enable | bool |`true`| Should the monitor be enabled |
78
+
| oauth2Proxy | object |`{"cookieDomains":[],"whitelistDomains":[]}`| Values related to OAuth2 Proxy configuration |
74
79
| operator | object | (see details below) | Values related to the operator |
75
80
| operator.bandwidthLimiter | string |`"K8SANNOTATION"`| Whether Theia Cloud shall limit network speed. This might not be fully supported on all cloud provider/in all clusters. Possible values: - K8SANNOTATION Set via kubernetes annotations (kubernetes.io/egress-bandwidth and kubernetes.io/ingress-bandwidth) - WONDERSHAPER Set via wondershaper init container - K8SANNOTATIONANDWONDERSHAPER Set Kubernetes annotations and use wondershaper init container |
76
81
| operator.cloudProvider | string |`"K8S"`| Select your cloud provider. Possible values: - K8S Plain Kubernetes - MINIKUBE Local deployment on Minikube |
0 commit comments