fix(tailnet): move tsproxy-rtx6000.yaml into tailnet dir for Flux build
This commit is contained in:
parent
9c322003f0
commit
5e3b34646c
2 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../controllers/base/tailscale/tsproxy-rtx6000.yaml
|
||||
- tsproxy-rtx6000.yaml
|
||||
9
infrastructure/tailnet/tsproxy-rtx6000.yaml
Normal file
9
infrastructure/tailnet/tsproxy-rtx6000.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: tailscale.com/v1
|
||||
kind: TsProxy
|
||||
metadata:
|
||||
name: rtx6000-brain
|
||||
namespace: customer1
|
||||
spec:
|
||||
serviceName: rtx6000-brain-service
|
||||
servicePort: 8000
|
||||
hostname: rtx6000-brain
|
||||
Loading…
Add table
Reference in a new issue