Skip to content

Commit

Permalink
Helm-Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored and github-actions[bot] committed Aug 16, 2023
1 parent 9f4be41 commit 382cb04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A Helm chart for Kubernetes
| https://charts.bitnami.com/bitnami | nginx | 13.2.30 |
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |
| https://charts.bitnami.com/bitnami | redis | 17.14.3 |
| https://ray-project.github.io/kuberay-helm | kuberay-operator | 0.6.0 |

## Values

Expand Down Expand Up @@ -94,6 +95,11 @@ A Helm chart for Kubernetes
| postgresql.fullnameOverride | string | `"studio-postgresql"` | Postgres name override |
| postgresql.global.postgresql.auth.database | string | `"iterativeai"` | Postgres database |
| postgresql.global.postgresql.auth.postgresPassword | string | `"postgres"` | Postgres password |
| ray | object | `{"enabled":false,"fullnameOverride":"studio-ray","head":{"resources":{"cpu":2,"memory":"8G"}},"image":"rayproject/ray:2.4.0-py310-cpu","version":"2.4.0","worker":{"replicas":{"maximum":4,"minimum":1},"resources":{"cpu":2,"memory":"8G"}}}` | Ray cluster settings group |
| ray.enabled | bool | `false` | Ray enabled |
| ray.fullnameOverride | string | `"studio-ray"` | Ray name override |
| ray.image | string | `"rayproject/ray:2.4.0-py310-cpu"` | Container image used for Ray nodes |
| ray.version | string | `"2.4.0"` | Ray version |
| redis.auth | object | `{"enabled":false}` | Redis authentication settings |
| redis.auth.enabled | bool | `false` | Redis authentication disabled |
| redis.commonConfiguration | string | `"timeout 20"` | Redis common configuration to be added into the ConfigMap |
Expand Down

0 comments on commit 382cb04

Please sign in to comment.