fix: use Grafana Tailscale annotations on Open WebUI service

- tailscale.com/expose: "true"
- tailscale.com/hostname: "hermes-webui"
- tailscale.com/tags: "tag:k8s-operator"
- port: 8080 -> 8080 (match Open WebUI default)
- type: ClusterIP explicit
This commit is contained in:
Hermes Agent 2026-05-06 16:00:17 +00:00
parent f7dcace30c
commit e285401341

View file

@ -5,12 +5,14 @@ metadata:
name: open-webui-service
namespace: customer1
annotations:
tailscale.com/proxy: "true"
tailscale.com/expose: "true"
tailscale.com/hostname: "hermes-webui"
tailscale.com/tags: "tag:k8s-operator"
spec:
type: ClusterIP
selector:
app: open-webui
ports:
- port: 80
- port: 8080
targetPort: 8080
name: http