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:
type: ClusterIP
port: 3000
annotations:
tailscale.com/proxy-group: grafana
# Sidecar to auto-load dashboards from ConfigMaps
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:
name: rtx6000-brain-service
namespace: customer1
annotations:
tailscale.com/proxy-group: rtx6000-brain
spec:
selector:
app: rtx6000-brain

View file

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

View file

@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
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
namespace: customer1
spec:
type: ingress
type: ingress
hostnamePrefix: rtx6000-brain
tags:
- tag:k8s-operator