|
1 | 1 | # logfire |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | Helm chart for self-hosted Pydantic Logfire |
6 | 6 |
|
@@ -265,7 +265,7 @@ istio: |
265 | 265 | ``` |
266 | 266 |
|
267 | 267 | This automatically sets `sidecar.istio.io/inject: "false"` on: |
268 | | -`logfire-service`, `logfire-ff-proxy-cache-byte`, `logfire-ff-proxy-cache-ipc`, `logfire-backend-migrations`, `logfire-ff-migrations`, `logfire-redis`, and `logfire-otel-collector`. |
| 268 | +`logfire-service`, `logfire-ff-proxy-cache-byte`, `logfire-backend-migrations`, `logfire-ff-migrations`, `logfire-redis`, and `logfire-otel-collector`. |
269 | 269 |
|
270 | 270 | You can still override labels per workload using `<workload>.podLabels`. |
271 | 271 |
|
@@ -658,7 +658,7 @@ Before diving deeper, verify these common configuration issues: |
658 | 658 | | ingress.secretName | string | `"logfire-frontend-cert"` | TLS Secret name if you want to do a custom one | |
659 | 659 | | ingress.tls | bool | `false` | Enable TLS/HTTPS. Required for correct CORS behavior. | |
660 | 660 | | istio | object | `{"disableSidecarOnKnownWorkloads":false}` | Istio compatibility options | |
661 | | -| istio.disableSidecarOnKnownWorkloads | bool | `false` | When enabled, automatically sets `sidecar.istio.io/inject: "false"` on known-sensitive workloads: logfire-service, logfire-ff-proxy-cache-{byte,filter,ipc}, logfire-backend-migrations, logfire-ff-migrations, logfire-redis, and logfire-otel-collector. You can still override per workload via `<workload>.podLabels`. | |
| 661 | +| istio.disableSidecarOnKnownWorkloads | bool | `false` | When enabled, automatically sets `sidecar.istio.io/inject: "false"` on known-sensitive workloads: logfire-service, logfire-ff-proxy-cache-byte, logfire-backend-migrations, logfire-ff-migrations, logfire-redis, and logfire-otel-collector. You can still override per workload via `<workload>.podLabels`. | |
662 | 662 | | logfire-ai-gateway | object | disabled | Autoscaling & resources for the `logfire-ai-gateway` pod | |
663 | 663 | | logfire-ai-gateway.enabled | bool | `false` | Enable the AI gateway service | |
664 | 664 | | logfire-dex | object | `{"annotations":{},"config":{"connectors":[],"enablePasswordDB":true,"storage":{"config":{"database":"dex","host":"logfire-postgres","password":"postgres","port":5432,"ssl":{"mode":"disable"},"user":"postgres"},"type":"postgres"}},"labels":{},"podAnnotations":{},"podLabels":{},"service":{"annotations":{}}}` | Configuration, autoscaling & resources for `logfire-dex` deployment | |
|
0 commit comments