Skip to content

Commit ff2181e

Browse files
nicoloboschigithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 5f89cdd commit ff2181e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Charts:
44
- [LangStream](./charts/langstream/)
55

6-
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)
6+
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.1](https://img.shields.io/badge/AppVersion-0.4.1-informational?style=flat-square)
77

88
## Values
99

@@ -81,6 +81,8 @@ Charts:
8181
| deployer.app.config.agentResources.defaultCpuMemUnits | int | `1` | Default mem/cpu when not specified for a unit |
8282
| deployer.app.config.agentResources.defaultInstanceUnits | int | `1` | Default instance count when not specified for a unit |
8383
| deployer.app.config.agentResources.defaultMaxTotalResourceUnitsPerTenant | int | `0` | Max allocatable units for a single tenant |
84+
| deployer.app.config.agentResources.defaultStorageClass | string | `"default"` | Default storage class to use for the stateful agents |
85+
| deployer.app.config.agentResources.defaultStorageDiskSize | string | `"128MB"` | Default storage size to use for the stateful agents |
8486
| deployer.app.config.agentResources.enableLivenessProbe | bool | `true` | |
8587
| deployer.app.config.agentResources.enableReadinessProbe | bool | `true` | |
8688
| deployer.app.config.agentResources.instancePerUnit | int | `1` | How many instance are created per single unit. An instance is a pod. |
@@ -93,6 +95,7 @@ Charts:
9395
| deployer.app.config.agentResources.readinessProbeInitialDelaySeconds | int | `10` | |
9496
| deployer.app.config.agentResources.readinessProbePeriodSeconds | int | `30` | |
9597
| deployer.app.config.agentResources.readinessProbeTimeoutSeconds | int | `5` | |
98+
| deployer.app.config.agentResources.storageClassesMapping | object | `{}` | Storage class mapping between the disk 'type' and the Kubernetes storage class |
9699
| deployer.app.config.appDeployerPodTemplate | object | `{"annotations":{},"nodeSelector":{},"tolerations":[]}` | Pod template for the job that deploys the application. It gets merged with podTemplate |
97100
| deployer.app.config.clusterRuntime.kubernetes | object | `{}` | Configuration for the "kubernetes" cluster runtime |
98101
| deployer.app.config.codeStorage | object | `{"endpoint":"","type":"none"}` | DEPRECATED |

0 commit comments

Comments
 (0)