|
1 | 1 | # pyroscope
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
|
6 | 6 |
|
|
31 | 31 | | pyroscope.affinity | object | `{}` | |
|
32 | 32 | | pyroscope.cluster_domain | string | `".cluster.local."` | Kubernetes cluster domain suffix for DNS discovery |
|
33 | 33 | | pyroscope.components | object | `{}` | |
|
34 |
| -| pyroscope.config | string | The config depends on other values been set, details can be found in [`values.yaml`](./values.yaml) | Contains Phlare's configuration as a string. | |
| 34 | +| pyroscope.config | string | The config depends on other values been set, details can be found in [`values.yaml`](./values.yaml) | Contains Pyroscope's configuration as a string. | |
35 | 35 | | pyroscope.dnsPolicy | string | `"ClusterFirst"` | |
|
36 | 36 | | pyroscope.extraArgs."log.level" | string | `"debug"` | |
|
37 | 37 | | pyroscope.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the pods |
|
|
76 | 76 | | pyroscope.serviceAccount.annotations | object | `{}` | |
|
77 | 77 | | pyroscope.serviceAccount.create | bool | `true` | |
|
78 | 78 | | pyroscope.serviceAccount.name | string | `""` | |
|
79 |
| -| pyroscope.structuredConfig | object | `{}` | Allows to override Phlare's configuration using structured format. | |
| 79 | +| pyroscope.structuredConfig | object | `{}` | Allows to override Pyroscope's configuration using structured format. | |
80 | 80 | | pyroscope.tenantOverrides | object | `{}` | Allows to add tenant specific overrides to the default limit configuration. |
|
81 | 81 | | pyroscope.tolerations | list | `[]` | |
|
82 | 82 | | pyroscope.topologySpreadConstraints | list | `[]` | Topology Spread Constraints |
|
|
0 commit comments