From 33ea35cce7807372e3b4909d2ef443ee9cd5fe27 Mon Sep 17 00:00:00 2001 From: he2ss Date: Tue, 30 Apr 2024 08:55:03 +0000 Subject: [PATCH] Regenerate chart README.md --- charts/crowdsec/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/crowdsec/README.md b/charts/crowdsec/README.md index 95e3ab2..7c8f5d6 100644 --- a/charts/crowdsec/README.md +++ b/charts/crowdsec/README.md @@ -115,16 +115,14 @@ lapi: | lapi.priorityClassName | string | `""` | pod priority class name | | lapi.podAnnotations | object | `{}` | Annotations to be added to lapi pods, if global podAnnotations are not set | | lapi.podLabels | object | `{}` | Labels to be added to lapi pods, if global podLabels are not set | +| lapi.resources | object | `{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}}` | resources for lapi | | lapi.dashboard.enabled | bool | `false` | Enable Metabase Dashboard (by default disabled) | | lapi.dashboard.env | list | `[]` | see https://www.metabase.com/docs/latest/configuring-metabase/environment-variables | | lapi.dashboard.image.repository | string | `"metabase/metabase"` | docker image repository name | | lapi.dashboard.image.pullPolicy | string | `"IfNotPresent"` | pullPolicy | | lapi.dashboard.image.tag | string | `"v0.46.6.1"` | docker image tag | | lapi.dashboard.assetURL | string | `"https://crowdsec-statics-assets.s3-eu-west-1.amazonaws.com/metabase_sqlite.zip"` | Metabase SQLite static DB containing Dashboards | -| lapi.dashboard.resources.limits.memory | string | `"500Mi"` | | -| lapi.dashboard.resources.limits.cpu | string | `"500m"` | | -| lapi.dashboard.resources.requests.cpu | string | `"500m"` | | -| lapi.dashboard.resources.requests.memory | string | `"500Mi"` | | +| lapi.dashboard.resources | object | `{}` | resources for metabase dashboard | | lapi.dashboard.ingress | object | `{"annotations":{"nginx.ingress.kubernetes.io/backend-protocol":"HTTP"},"enabled":false,"host":"","ingressClassName":""}` | Enable ingress object | | lapi.persistentVolume | object | `{"config":{"accessModes":["ReadWriteOnce"],"enabled":true,"existingClaim":"","size":"100Mi","storageClassName":""},"data":{"accessModes":["ReadWriteOnce"],"enabled":true,"existingClaim":"","size":"1Gi","storageClassName":""}}` | Enable persistent volumes | | lapi.persistentVolume.data | object | `{"accessModes":["ReadWriteOnce"],"enabled":true,"existingClaim":"","size":"1Gi","storageClassName":""}` | Persistent volume for data folder. Stores e.g. registered bouncer api keys |