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: helm/applications/skaha/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
@@ -95,6 +95,8 @@ The following table lists the configurable parameters for the Skaha Helm chart:
95
95
|`deployment.skaha.sessions.gpuEnabled`| Enable GPU support for User Sessions. Defaults to `false`|`false`|
96
96
|`deployment.skaha.sessions.nodeAffinity`| Kubernetes Node affinity for the Skaha User Session Pods |`{}`|
97
97
|`deployment.skaha.sessions.tolerations`| Array of tolerations to pass to Kubernetes for fine-grained Node targeting of the `skaha` User Sessions |`[]`|
98
+
|`experimentalFeatures.enabled`| Enable experimental features in Skaha. |`false`|
99
+
|`experimentalFeatures.sessionLimitRange`| Kubernete LimitRange for User Sessions to enforce minimum and maximum resource usage. Only applied if `experimentalFeatures.enabled` and `sessionLimitRange.enabled` are `true`. |`{ enabled: false }`|
98
100
|`secrets`| List of secrets to be mounted in the Skaha API defined as objects (i.e `secretName: {cert.pem: xxx}`) |`[]`|
99
101
|`storage.service.spec`| Storage class specification for the Skaha API. Can be `persistentVolumeClaim` or a dynamic instantiation like `hostPath`. See [Volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/). |`{}`|
100
102
|`redis`|[Redis sub-chart configuration](https://github.com/bitnami/charts/tree/main/bitnami/redis) for Skaha's caching of Harbor Docker image metadata. | See [`values.yaml`](https://github.com/bitnami/charts/blob/main/bitnami/redis/values.yaml) for available configuration values. |
0 commit comments