@@ -157,7 +157,7 @@ helm install [RELEASE_NAME] oci://ghcr.io/chainloop-dev/charts/chainloop \
157157| Name | Description | Value |
158158| ------------------------------------------- | -------------------------------------------------------------------- | ----------- |
159159| ` secretsBackend.backend ` | Secrets backend type ("vault" or "awsSecretManager") | ` vault ` |
160- | ` secretsBackend.secretPrefix ` | Prefix that will be pre-pended to all secrets in the storage backend | ` chainloop ` |
160+ | ` secretsBackend.secretPrefix ` | Prefix that will be pre-pended to all secrets in the storage backend | ` chainloop ` |
161161| ` secretsBackend.vault.address ` | Vault address | |
162162| ` secretsBackend.vault.token ` | Vault authentication token | |
163163| ` secretsBackend.awsSecretManager.accessKey ` | AWS Access KEY ID | |
@@ -195,13 +195,12 @@ helm install [RELEASE_NAME] oci://ghcr.io/chainloop-dev/charts/chainloop \
195195
196196### Control Plane Authentication
197197
198- | Name | Description | Value |
199- | --------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------- |
200- | ` controlplane.auth.passphrase ` | Passphrase used to sign the Auth Tokens generated by the controlplane. Leave empty for auto-generation | ` "" ` |
201- | ` controlplane.auth.oidc.url ` | Full authentication path, it should match the issuer URL of the Identity provider (IDp) | ` "" ` |
202- | ` controlplane.auth.oidc.clientID ` | OIDC IDp clientID | ` "" ` |
203- | ` controlplane.auth.oidc.clientSecret ` | OIDC IDp clientSecret | ` "" ` |
204- | ` controlplane.auth.redirectURLScheme ` | Schema that will be used during authentication | ` https ` |
198+ | Name | Description | Value |
199+ | ------------------------------------- | ------------------------------------------------------------------------------------------------------ | ----- |
200+ | ` controlplane.auth.passphrase ` | Passphrase used to sign the Auth Tokens generated by the controlplane. Leave empty for auto-generation | ` "" ` |
201+ | ` controlplane.auth.oidc.url ` | Full authentication path, it should match the issuer URL of the Identity provider (IDp) | ` "" ` |
202+ | ` controlplane.auth.oidc.clientID ` | OIDC IDp clientID | ` "" ` |
203+ | ` controlplane.auth.oidc.clientSecret ` | OIDC IDp clientSecret | ` "" ` |
205204
206205### Control Plane Networking
207206
@@ -245,15 +244,17 @@ helm install [RELEASE_NAME] oci://ghcr.io/chainloop-dev/charts/chainloop \
245244
246245### Controlplane Misc
247246
248- | Name | Description | Value |
249- | ------------------------------------------------------------ | ----------------------------- | ------- |
250- | ` controlplane.resources.limits ` | Container resource limits | ` {} ` |
251- | ` controlplane.resources.requests ` | Container resource requests | ` {} ` |
252- | ` controlplane.autoscaling.enabled ` | Enable deployment autoscaling | ` false ` |
253- | ` controlplane.autoscaling.minReplicas ` | Minimum number of replicas | ` 1 ` |
254- | ` controlplane.autoscaling.maxReplicas ` | Maximum number of replicas | ` 100 ` |
255- | ` controlplane.autoscaling.targetCPUUtilizationPercentage ` | Target CPU percentage | ` 80 ` |
256- | ` controlplane.autoscaling.targetMemoryUtilizationPercentage ` | Target CPU memory | ` 80 ` |
247+ | Name | Description | Value |
248+ | ------------------------------------------------------------ | ---------------------------------- | ------- |
249+ | ` controlplane.resources.limits.cpu ` | Container resource limits CPU | ` 250m ` |
250+ | ` controlplane.resources.limits.memory ` | Container resource limits memory | ` 512Mi ` |
251+ | ` controlplane.resources.requests.cpu ` | Container resource requests CPU | ` 250m ` |
252+ | ` controlplane.resources.requests.memory ` | Container resource requests memory | ` 512Mi ` |
253+ | ` controlplane.autoscaling.enabled ` | Enable deployment autoscaling | ` false ` |
254+ | ` controlplane.autoscaling.minReplicas ` | Minimum number of replicas | ` 1 ` |
255+ | ` controlplane.autoscaling.maxReplicas ` | Maximum number of replicas | ` 100 ` |
256+ | ` controlplane.autoscaling.targetCPUUtilizationPercentage ` | Target CPU percentage | ` 80 ` |
257+ | ` controlplane.autoscaling.targetMemoryUtilizationPercentage ` | Target CPU memory | ` 80 ` |
257258
258259### Artifact Content Addressable (CAS) API
259260
@@ -288,15 +289,17 @@ helm install [RELEASE_NAME] oci://ghcr.io/chainloop-dev/charts/chainloop \
288289
289290### CAS Misc
290291
291- | Name | Description | Value |
292- | --------------------------------------------------- | ----------------------------- | ------- |
293- | ` cas.resources.limits ` | Container resource limits | ` {} ` |
294- | ` cas.resources.requests ` | Container resource requests | ` {} ` |
295- | ` cas.autoscaling.enabled ` | Enable deployment autoscaling | ` false ` |
296- | ` cas.autoscaling.minReplicas ` | Minimum number of replicas | ` 1 ` |
297- | ` cas.autoscaling.maxReplicas ` | Maximum number of replicas | ` 100 ` |
298- | ` cas.autoscaling.targetCPUUtilizationPercentage ` | Target CPU percentage | ` 80 ` |
299- | ` cas.autoscaling.targetMemoryUtilizationPercentage ` | Target CPU memory | ` 80 ` |
292+ | Name | Description | Value |
293+ | --------------------------------------------------- | ---------------------------------- | ------- |
294+ | ` cas.resources.limits.cpu ` | Container resource limits CPU | ` 250m ` |
295+ | ` cas.resources.limits.memory ` | Container resource limits memory | ` 512Mi ` |
296+ | ` cas.resources.requests.cpu ` | Container resource requests CPU | ` 250m ` |
297+ | ` cas.resources.requests.memory ` | Container resource requests memory | ` 512Mi ` |
298+ | ` cas.autoscaling.enabled ` | Enable deployment autoscaling | ` false ` |
299+ | ` cas.autoscaling.minReplicas ` | Minimum number of replicas | ` 1 ` |
300+ | ` cas.autoscaling.maxReplicas ` | Maximum number of replicas | ` 100 ` |
301+ | ` cas.autoscaling.targetCPUUtilizationPercentage ` | Target CPU percentage | ` 80 ` |
302+ | ` cas.autoscaling.targetMemoryUtilizationPercentage ` | Target CPU memory | ` 80 ` |
300303
301304### Dependencies
302305
0 commit comments