fix proxy type

This commit is contained in:
sirius0xdev 2026-05-04 14:50:12 +00:00
commit 202a59b2a0
7 changed files with 18 additions and 13 deletions

View file

@ -67,6 +67,8 @@ spec:
service: service:
type: ClusterIP type: ClusterIP
port: 3000 port: 3000
annotations:
tailscale.com/proxy-group: grafana
# Sidecar to auto-load dashboards from ConfigMaps # Sidecar to auto-load dashboards from ConfigMaps
sidecar: sidecar:

View file

@ -1,10 +0,0 @@
apiVersion: tailscale.com/v1alpha1
kind: ProxyGroup
metadata:
name: rtx6000-brain
namespace: customer1
spec:
type: ingress
hostnamePrefix: rtx6000-brain
tags:
- tag:k8s-operator

View file

@ -130,6 +130,8 @@ kind: Service
metadata: metadata:
name: rtx6000-brain-service name: rtx6000-brain-service
namespace: customer1 namespace: customer1
annotations:
tailscale.com/proxy-group: rtx6000-brain
spec: spec:
selector: selector:
app: rtx6000-brain app: rtx6000-brain

View file

@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../base/vllm-servers/ #- ../base/vllm-servers/
# - ../base/keda-gpu-scaling/ # - ../base/keda-gpu-scaling/

View file

@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- tsproxy-rtx6000.yaml - proxygroup-rtx6000.yaml
- proxygroup-grafana.yaml

View file

@ -0,0 +1,10 @@
apiVersion: tailscale.com/v1alpha1
kind: ProxyGroup
metadata:
name: grafana
namespace: monitoring
spec:
type: ingress
hostnamePrefix: grafana-dashboard
tags:
- tag:k8s-operator

View file

@ -4,7 +4,7 @@ metadata:
name: rtx6000-brain name: rtx6000-brain
namespace: customer1 namespace: customer1
spec: spec:
type: ingress type: ingress
hostnamePrefix: rtx6000-brain hostnamePrefix: rtx6000-brain
tags: tags:
- tag:k8s-operator - tag:k8s-operator