fix service annotations

This commit is contained in:
sirius0xdev 2026-05-04 19:57:09 +00:00
parent b7249cbae4
commit eafddc9051
2 changed files with 4 additions and 2 deletions

View file

@ -68,7 +68,8 @@ spec:
type: ClusterIP type: ClusterIP
port: 3000 port: 3000
annotations: annotations:
tailscale.com/proxy-group: grafana tailscale.com/expose: "true"
tailscale.com/hostname: "grafana"
# Sidecar to auto-load dashboards from ConfigMaps # Sidecar to auto-load dashboards from ConfigMaps
sidecar: sidecar:

View file

@ -3,4 +3,5 @@ kind: Kustomization
resources: resources:
- cnpg/ - cnpg/
- keda/ - keda/
- tailscale/ - tailscale/
- monitoring/