change to use tailnet

This commit is contained in:
2025-01-15 22:33:41 -06:00
parent 962608e1ab
commit 04b69d30cb
2 changed files with 20 additions and 2 deletions

View File

@@ -32,3 +32,21 @@ metadata:
spec:
externalName: placeholder
type: ExternalName
---
apiVersion: v1
kind: Service
metadata:
name: traefik-ps10rp
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: traefik-ps10rp
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: tailscale
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
tailscale.com/tailnet-fqdn: traefik-ps10rp.boreal-beaufort.ts.net
spec:
externalName: placeholder
type: ExternalName