Skip to content

Commit

Permalink
Regenerate chart README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Jun 25, 2024
1 parent be7fdd0 commit 1c31efc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/crowdsec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ lapi:
| tls.insecureSkipVerify | bool | `false` | |
| tls.certManager.enabled | bool | `true` | |
| tls.certManager.issuerRef | object | `{}` | Use existing issuer to sign certificates. Leave empty to generate a self-signed issuer |
| tls.certManager.secretTemplate | object | `{"annotations":{},"labels":{}}` | Add annotations and/or labels to generated secret |
| tls.certManager.duration | string | `"2160h"` | duration for Certificate resources |
| tls.certManager.renewBefore | string | `"720h"` | renewBefore for Certificate resources |
| tls.bouncer.secret | string | `"{{ .Release.Name }}-bouncer-tls"` | |
Expand All @@ -115,6 +116,7 @@ lapi:
| lapi.envFrom | list | `[]` | |
| lapi.ingress | object | `{"annotations":{"nginx.ingress.kubernetes.io/backend-protocol":"HTTP"},"enabled":false,"host":"","ingressClassName":""}` | Enable ingress lapi object |
| lapi.priorityClassName | string | `""` | pod priority class name |
| lapi.deployAnnotations | object | `{}` | Annotations to be added to lapi deployment |
| 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 |
Expand Down Expand Up @@ -153,6 +155,7 @@ lapi:
| agent.acquisition[0].program | string | `""` | program name related to specific parser you will use (see https://hub.crowdsec.net/author/crowdsecurity/configurations/docker-logs) |
| agent.acquisition[0].poll_without_inotify | bool | `false` | If set to true, will poll the files using os.Stat instead of using inotify |
| agent.priorityClassName | string | `""` | pod priority class name |
| agent.daemonsetAnnotations | object | `{}` | Annotations to be added to agent daemonset |
| agent.podAnnotations | object | `{}` | Annotations to be added to agent pods, if global podAnnotations are not set |
| agent.podLabels | object | `{}` | Labels to be added to agent pods, if global podLabels are not set |
| agent.resources.limits.memory | string | `"250Mi"` | |
Expand Down

0 comments on commit 1c31efc

Please sign in to comment.