fix: add namespace to ProxyGroups (customer1/monitoring)
This commit is contained in:
parent
84a4913b9a
commit
89e61cf53b
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ apiVersion: tailscale.com/v1alpha1
|
|||
kind: ProxyGroup
|
||||
metadata:
|
||||
name: grafana
|
||||
namespace: monitoring
|
||||
spec:
|
||||
type: ingress
|
||||
hostnamePrefix: grafana-dashboard
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ apiVersion: tailscale.com/v1alpha1
|
|||
kind: ProxyGroup
|
||||
metadata:
|
||||
name: rtx6000-brain
|
||||
namespace: customer1
|
||||
spec:
|
||||
type: ingress
|
||||
hostnamePrefix: rtx6000-brain
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue