fix: force plain HTTP on hermes-webui Tailscale proxy
tailscale.com/https-only: 'false' still attempts TLS termination, causing ERR_SSL_PROTOCOL_ERROR when the backend speaks plain HTTP. Replaced with tailscale.com/ports: 'http:8080' to explicitly tell the operator to serve unencrypted HTTP on this port.
This commit is contained in:
parent
bac231097e
commit
72866d0044
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ metadata:
|
||||||
tailscale.com/expose: "true"
|
tailscale.com/expose: "true"
|
||||||
tailscale.com/hostname: "hermes-webui"
|
tailscale.com/hostname: "hermes-webui"
|
||||||
tailscale.com/tags: "tag:k8s-operator"
|
tailscale.com/tags: "tag:k8s-operator"
|
||||||
tailscale.com/https-only: "false"
|
tailscale.com/ports: "http:8080"
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
selector:
|
selector:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue