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:
|
||||
type: ClusterIP
|
||||
port: 3000
|
||||
annotations:
|
||||
tailscale.com/proxy-group: grafana
|
||||
|
||||
# Sidecar to auto-load dashboards from ConfigMaps
|
||||
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:
|
||||
name: rtx6000-brain-service
|
||||
namespace: customer1
|
||||
annotations:
|
||||
tailscale.com/proxy-group: rtx6000-brain
|
||||
spec:
|
||||
selector:
|
||||
app: rtx6000-brain
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base/vllm-servers/
|
||||
#- ../base/vllm-servers/
|
||||
# - ../base/keda-gpu-scaling/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
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
|
||||
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: rtx6000-brain
|
||||
namespace: customer1
|
||||
spec:
|
||||
type: ingress
|
||||
type: ingress
|
||||
hostnamePrefix: rtx6000-brain
|
||||
tags:
|
||||
- tag:k8s-operator
|
||||
Loading…
Add table
Reference in a new issue