diff --git a/infrastructure/controllers/base/monitoring/release.yaml b/infrastructure/controllers/base/monitoring/release.yaml index 54e7b35..6cec3d7 100644 --- a/infrastructure/controllers/base/monitoring/release.yaml +++ b/infrastructure/controllers/base/monitoring/release.yaml @@ -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: diff --git a/infrastructure/controllers/staging/kustomization.yaml b/infrastructure/controllers/staging/kustomization.yaml index 2bfd858..827b091 100644 --- a/infrastructure/controllers/staging/kustomization.yaml +++ b/infrastructure/controllers/staging/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization resources: - cnpg/ - keda/ - - tailscale/ \ No newline at end of file + - tailscale/ + - monitoring/