convert to using the tailscale ingress

This commit is contained in:
2024-08-16 16:23:24 -05:00
parent c91baa1499
commit 459d263e72
3 changed files with 17 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: auth-cl01tl
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: auth-cl01tl
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: auth-cl01tl.boreal-beaufort.ts.net
spec:
externalName: placeholder
type: ExternalName