Merge pull request #99 from sirius0xdev/fix/webui-grafana-annotations
fix: use Grafana Tailscale annotations on Open WebUI service
This commit is contained in:
commit
c6b88a4a0a
1 changed files with 4 additions and 2 deletions
|
|
@ -5,12 +5,14 @@ metadata:
|
||||||
name: open-webui-service
|
name: open-webui-service
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
annotations:
|
annotations:
|
||||||
tailscale.com/proxy: "true"
|
tailscale.com/expose: "true"
|
||||||
tailscale.com/hostname: "hermes-webui"
|
tailscale.com/hostname: "hermes-webui"
|
||||||
|
tailscale.com/tags: "tag:k8s-operator"
|
||||||
spec:
|
spec:
|
||||||
|
type: ClusterIP
|
||||||
selector:
|
selector:
|
||||||
app: open-webui
|
app: open-webui
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
name: http
|
name: http
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue