gcloud-lab/apps/base/customer1/hermes-agent/open-webui-service.yaml
Hermes Agent 214133d062 feat: add Open WebUI with Tailscale exposure
- Enable Hermes API Server (port 8642) in gateway deployment
- Add Open WebUI deployment connected to Hermes API Server
- Expose Open WebUI via Tailscale using Service annotations
- Create ClusterIP Service for Hermes Agent API Server
- All deployments follow PodSecurity restricted policy
2026-05-06 15:36:27 +00:00

16 lines
285 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: open-webui-service
namespace: customer1
annotations:
tailscale.com/proxy: "true"
tailscale.com/hostname: "hermes-webui"
spec:
selector:
app: open-webui
ports:
- port: 80
targetPort: 8080
name: http