From 89e61cf53b428494e4c0dce9fc4d4368c9bc913b Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 05:59:34 +0000 Subject: [PATCH] fix: add namespace to ProxyGroups (customer1/monitoring) --- infrastructure/tailnet/proxygroup-grafana.yaml | 1 + infrastructure/tailnet/proxygroup-rtx6000.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/infrastructure/tailnet/proxygroup-grafana.yaml b/infrastructure/tailnet/proxygroup-grafana.yaml index be69bb6..6ff6ee4 100644 --- a/infrastructure/tailnet/proxygroup-grafana.yaml +++ b/infrastructure/tailnet/proxygroup-grafana.yaml @@ -2,6 +2,7 @@ apiVersion: tailscale.com/v1alpha1 kind: ProxyGroup metadata: name: grafana + namespace: monitoring spec: type: ingress hostnamePrefix: grafana-dashboard diff --git a/infrastructure/tailnet/proxygroup-rtx6000.yaml b/infrastructure/tailnet/proxygroup-rtx6000.yaml index da30740..748e1a2 100644 --- a/infrastructure/tailnet/proxygroup-rtx6000.yaml +++ b/infrastructure/tailnet/proxygroup-rtx6000.yaml @@ -2,6 +2,7 @@ apiVersion: tailscale.com/v1alpha1 kind: ProxyGroup metadata: name: rtx6000-brain + namespace: customer1 spec: type: ingress hostnamePrefix: rtx6000-brain