@@ -44,6 +44,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts
44
44
| Key | Type | Default | Description |
45
45
| -----| ------| ---------| -------------|
46
46
| agent.enabled | bool | ` true ` | Allows disabling parca agent |
47
+ | agent.extraEnv | list | ` [] ` | Additional container environment variables for agent |
47
48
| agent.image.pullPolicy | string | ` "IfNotPresent" ` | Overrides pullpolicy |
48
49
| agent.image.repository | string | ` "ghcr.io/parca-dev/parca-agent" ` | Overrides the image repository |
49
50
| agent.image.tag | string | ` "v0.9.0" ` | Overrides the image tag |
@@ -59,6 +60,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts
59
60
| agent.serviceMonitor.enabled | bool | ` false ` | enables prometheus servicemonitor for agent |
60
61
| agent.serviceMonitor.jobLabel | string | ` "parca-agent" ` | |
61
62
| agent.socketPath | string | ` "" ` | Path to host docker/containerd/crio socket |
63
+ | agent.storeAddress | string | ` "" ` | Address of parca server to send profiles. If not defined, will be generated based on deployment settings. |
62
64
| agent.tolerations | list | ` [{"effect":"NoSchedule","operator":"Exists"},{"effect":"NoExecute","operator":"Exists"}] ` | node tolerations for scheduling agent pods |
63
65
| fullnameOverride | string | ` "" ` | Overrides helm-generated chart fullname |
64
66
| imagePullSecrets | list | ` [] ` | specifies pull secrets for image repository |
@@ -72,11 +74,13 @@ helm repo add parca https://parca-dev.github.io/helm-charts
72
74
| nameOverride | string | ` "" ` | overrides chart name |
73
75
| server.config | object | ` {"debug_info":{"bucket":{"config":{"directory":"./tmp"},"type":"FILESYSTEM"},"cache":{"config":{"directory":"./tmp"},"type":"FILESYSTEM"}}} ` | parca server config block |
74
76
| server.corsAllowedOrigins | string | ` "*" ` | CORS setting |
77
+ | server.extraEnv | list | ` [] ` | additional container environment variables for server |
75
78
| server.image.pullPolicy | string | ` "IfNotPresent" ` | Overrides pull policy for server |
76
79
| server.image.repository | string | ` "ghcr.io/parca-dev/parca" ` | Overrides the image repository for server |
77
80
| server.image.tag | string | ` "v0.12.0" ` | Overrides the image tag for server |
78
81
| server.logLevel | string | ` "info" ` | logging level of parca server |
79
82
| server.nodeSelector | object | ` {} ` | node selector for scheduling server pod |
83
+ | server.otlpAddress | string | ` "" ` | OpenTelemetry collector address to send traces to |
80
84
| server.podAnnotations | object | ` {} ` | additional annotations for server pod |
81
85
| server.podSecurityContext | object | ` {} ` | additional security context for server pod |
82
86
| server.resources | object | ` {} ` | resource limits and requests for server pod |
0 commit comments