diff --git a/infrastructure/tailnet/kustomization.yaml b/infrastructure/tailnet/kustomization.yaml index 5b66e62..3ae1928 100644 --- a/infrastructure/tailnet/kustomization.yaml +++ b/infrastructure/tailnet/kustomization.yaml @@ -1,4 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ../../controllers/base/tailscale/tsproxy-rtx6000.yaml \ No newline at end of file + - tsproxy-rtx6000.yaml \ No newline at end of file diff --git a/infrastructure/tailnet/tsproxy-rtx6000.yaml b/infrastructure/tailnet/tsproxy-rtx6000.yaml new file mode 100644 index 0000000..7dac0ff --- /dev/null +++ b/infrastructure/tailnet/tsproxy-rtx6000.yaml @@ -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