2026-03-31 08:53:28 +00:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: grafana-tailscale
|
|
|
|
|
namespace: observability
|
|
|
|
|
annotations:
|
|
|
|
|
tailscale.com/hostname: grafana
|
2026-04-18 05:48:26 +00:00
|
|
|
tailscale.com/tags: "tag:prod,tag:grafana"
|
2026-03-31 08:53:28 +00:00
|
|
|
tailscale.com/proxy-class: infra-stable
|
|
|
|
|
spec:
|
|
|
|
|
type: LoadBalancer
|
|
|
|
|
loadBalancerClass: tailscale
|
|
|
|
|
selector:
|
|
|
|
|
app.kubernetes.io/name: grafana
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
port: 80
|
|
|
|
|
protocol: TCP
|
|
|
|
|
targetPort: 3000
|