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
|
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:
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ resources:
|
||||||
- cnpg/
|
- cnpg/
|
||||||
- keda/
|
- keda/
|
||||||
- tailscale/
|
- tailscale/
|
||||||
|
- monitoring/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue