fix proxy type
This commit is contained in:
parent
69db1cf1f2
commit
5cab120a52
4 changed files with 25 additions and 11 deletions
|
|
@ -5,5 +5,5 @@ resources:
|
|||
- repository.yaml
|
||||
- release-operator.yaml
|
||||
# - dummy0auth.yaml
|
||||
# - tsproxy-rtx6000.yaml
|
||||
- tsproxy-rtx6000.yaml
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
apiVersion: tailscale.com/v1
|
||||
kind: TsProxy
|
||||
apiVersion: tailscale.com/v1alpha1
|
||||
kind: ProxyGroup
|
||||
metadata:
|
||||
name: rtx6000-brain
|
||||
namespace: customer1
|
||||
spec:
|
||||
serviceName: rtx6000-brain-service
|
||||
servicePort: 8000
|
||||
hostname: rtx6000-brain
|
||||
type: ingress
|
||||
hostnamePrefix: rtx6000-brain
|
||||
tags:
|
||||
- tag:k8s-operator
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
apiVersion: tailscale.com/v1
|
||||
kind: TsProxy
|
||||
apiVersion: tailscale.com/v1alpha1
|
||||
kind: ProxyGroup
|
||||
metadata:
|
||||
name: rtx6000-brain
|
||||
namespace: customer1
|
||||
spec:
|
||||
serviceName: rtx6000-brain-service
|
||||
servicePort: 8000
|
||||
hostname: rtx6000-brain
|
||||
type: ingress
|
||||
hostnamePrefix: rtx6000-brain
|
||||
tags:
|
||||
- tag:k8s-operator
|
||||
|
|
|
|||
12
tailscale-0auth.yaml
Normal file
12
tailscale-0auth.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
data:
|
||||
client_id: a1A4RFBFRmd6VzExQ05UUkw=
|
||||
client_secret: dHNrZXktY2xpZW50LWtQOERQRUZnelcxMUNOVFJMLUY4WWM0eWVHM0hLRnhBQURhVW5RSEtBN2UydVUyY0dL
|
||||
kind: Secret
|
||||
metadata:
|
||||
creationTimestamp: "2026-05-04T03:57:39Z"
|
||||
name: operator-oauth
|
||||
namespace: tailscale
|
||||
resourceVersion: "1777867059532479022"
|
||||
uid: e9a9b187-8f34-492e-994e-d550dcc9229a
|
||||
type: Opaque
|
||||
Loading…
Add table
Reference in a new issue