You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(otlp-gateway): make VPA configurable and fix deprecated updateMode
- Change updateMode from deprecated "Auto" to "InPlaceOrRecreate"
- Make VPA configurable via values (enabled by default)
- Lower minAllowed (cpu: 10m, memory: 32Mi) to allow right-sizing
- Increase maxAllowed (cpu: 1, memory: 4Gi) for headroom
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
OTLP gateway is a reference implementation which creates a single otlphttp endpoint that proxies Loki, Tempo and Mimir OTLP endpoints
6
6
It supports authentication and authorization using both static and JWT tokens and tokens through the [caddy-token](https://github.com/loafoe/caddy-token) plugin.
@@ -114,6 +114,13 @@ authn:
114
114
| topologySpreadConstraints.maxSkew | int | `1` | |
0 commit comments