From 4119b3f91dd2634cba72e28c51db757dc05521b7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 20 Dec 2025 17:29:28 -0600 Subject: [PATCH] add service --- clusters/cl01tl/helm/talos/templates/service.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 clusters/cl01tl/helm/talos/templates/service.yaml diff --git a/clusters/cl01tl/helm/talos/templates/service.yaml b/clusters/cl01tl/helm/talos/templates/service.yaml new file mode 100644 index 000000000..4d10a9638 --- /dev/null +++ b/clusters/cl01tl/helm/talos/templates/service.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Service +metadata: + name: garage-ps10rp + namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/name: garage-ps10rp + app.kubernetes.io/instance: {{ .Release.Name }} + app.kubernetes.io/part-of: {{ .Release.Name }} + annotations: + tailscale.com/tailnet-fqdn: garage-ps10rp.boreal-beaufort.ts.net +spec: + externalName: placeholder + type: ExternalName