mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
SC-5202 Update docs (#15529)
Signed-off-by: Alen Komljen <alen.komljen@live.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9b89f45a27
commit
7c044b5bfe
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
appVersion: "1.0"
|
||||
version: 1.0.13
|
||||
version: 1.0.14
|
||||
description: Helm chart for deploying Sematext Agent to Kubernetes
|
||||
keywords:
|
||||
- sematext
|
||||
|
||||
@@ -54,7 +54,7 @@ The following table lists the configuration parameters of the `sematext-agent` c
|
||||
| `logagent.image.tag` | The image tag | `latest` |
|
||||
| `logagent.image.pullPolicy` | Image pull policy | `Always` |
|
||||
| `logagent.resources` | Logagent resources | `{}` |
|
||||
| `logagent.customConfigs` | Logagent custom configs | `[]` |
|
||||
| `logagent.customConfigs` | Logagent custom configs | `[]` Check `values.yaml` |
|
||||
| `logagent.extraHostVolumeMounts` | Extra mounts | `{}` |
|
||||
| `customUrl.serverBaseUrl` | Custom Base URL | `Nil` |
|
||||
| `customUrl.logsReceiverUrl` | Custom Logs receiver URL | `Nil` |
|
||||
|
||||
@@ -25,6 +25,7 @@ logagent:
|
||||
config:
|
||||
LOGSENE_BULK_SIZE: "1000"
|
||||
LOGSENE_LOG_INTERVAL: "10000"
|
||||
# Refer to logagent docs for custom config at https://sematext.com/docs/logagent/config-file/
|
||||
customConfigs: []
|
||||
# logagent.conf: |-
|
||||
# options:
|
||||
|
||||
Reference in New Issue
Block a user