From 5e24b180015e1d161de85f45e3fb690685013596 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 14 Jan 2025 21:40:03 -0600 Subject: [PATCH] temp service --- .../cl01tl/applications/homepage/templates/service.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 clusters/cl01tl/applications/homepage/templates/service.yaml diff --git a/clusters/cl01tl/applications/homepage/templates/service.yaml b/clusters/cl01tl/applications/homepage/templates/service.yaml new file mode 100644 index 000000000..99e0d01a8 --- /dev/null +++ b/clusters/cl01tl/applications/homepage/templates/service.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Service +metadata: + annotations: + tailscale.com/tailnet-fqdn: blocky-ps08rp.boreal-beaufort.ts.net + name: ts-blocky +spec: + externalName: unused + type: ExternalName