fix proxy type
This commit is contained in:
commit
202a59b2a0
7 changed files with 18 additions and 13 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
10
infrastructure/tailnet/proxygroup-grafana.yaml
Normal file
10
infrastructure/tailnet/proxygroup-grafana.yaml
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue