Skip to content

Commit 1dc0ee9

Browse files
committed
fix(towonel-agent): disable PROXY v2 on the echo service
The towonel-agent chart defaults to PROXY v2 for passthrough TLS services, but the echo upstream speaks plain HTTP/1.1 directly, with no proxy-protocol-aware frontend in front of it. Setting proxy_protocol: none makes towonel forward the TLS-decrypted request as plain HTTP, matching the upstream.
1 parent 804151c commit 1dc0ee9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kubernetes/apps/towonel-agent/helm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
services:
2020
- hostname: echo.chkpwd.com
2121
origin: echo.networking.svc.cluster.local:8080
22+
proxy_protocol: none
2223
inviteTokenSecret:
2324
name: towonel-agent-secret
2425
key: TOWONEL_INVITE_TOKEN

0 commit comments

Comments
 (0)