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
Copy file name to clipboardExpand all lines: charts/theia-cloud/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,8 @@ A Helm chart for Theia Cloud
85
85
| operator.oAuth2ProxyVersion | string |`"v7.5.1"`| The version to use of the quay.io/oauth2-proxy/oauth2-proxy image |
86
86
| operator.replicas | int |`1`| Number of operator instances to create |
87
87
| operator.requestedStorage | string |`"250Mi"`| The amount of requested storage for each persistent volume claim (PVC) for workspaces. This is directly passed to created PVCs and must be a valid Kubernetes quantity. See https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/|
88
+
| operator.requestsCpu | string |`"100m"`| Amount of CPU requested for the operator.. |
89
+
| operator.requestsMemory | string |`"1000M"`| Amount of memory requested for the operator. |
88
90
| operator.sessionsPerUser | string |`"1"`| Set the number of active sessions a single user can launch |
89
91
| operator.storageClassName | string |`"default"`| The name of the storage class for persistent volume claims for workspaces. This storage class must be present on the cluster. Most cloud providers offer a default storage class without additional configuration. |
90
92
| operator.wondershaperImage | string |`"theiacloud/theia-cloud-wondershaper:1.1.0-next"`| If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container |
0 commit comments