fix service annotations
This commit is contained in:
parent
b7249cbae4
commit
eafddc9051
2 changed files with 4 additions and 2 deletions
|
|
@ -68,7 +68,8 @@ spec:
|
|||
type: ClusterIP
|
||||
port: 3000
|
||||
annotations:
|
||||
tailscale.com/proxy-group: grafana
|
||||
tailscale.com/expose: "true"
|
||||
tailscale.com/hostname: "grafana"
|
||||
|
||||
# Sidecar to auto-load dashboards from ConfigMaps
|
||||
sidecar:
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@ kind: Kustomization
|
|||
resources:
|
||||
- cnpg/
|
||||
- keda/
|
||||
- tailscale/
|
||||
- tailscale/
|
||||
- monitoring/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue