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:
Hermes Agent 2026-05-06 18:50:09 +00:00
parent bac231097e
commit 72866d0044

View file

@ -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: