Merge pull request #95 from sirius0xdev/fix/proxygroup-add-namespace
fix: add namespace to ProxyGroups (customer1 for rtx6000-brain, monitoring for grafana)
This commit is contained in:
commit
d83a865bfd
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