From f2f0271107f82221d8ec95bd8d5f331d5fe0badb Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 23 Aug 2024 18:44:40 -0500 Subject: [PATCH] add tailscale service --- .../applications/penpot/templates/service.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 clusters/cl01tl/applications/penpot/templates/service.yaml diff --git a/clusters/cl01tl/applications/penpot/templates/service.yaml b/clusters/cl01tl/applications/penpot/templates/service.yaml new file mode 100644 index 000000000..3444a4adb --- /dev/null +++ b/clusters/cl01tl/applications/penpot/templates/service.yaml @@ -0,0 +1,16 @@ +apiVersion: v1 +kind: Service +metadata: + name: penpot-storage-cl01tl.boreal-beaufort.ts.net + namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/name: penpot-storage-cl01tl.boreal-beaufort.ts.net + 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: penpot-storage-cl01tl.boreal-beaufort.ts.net +spec: + externalName: placeholder + type: ExternalName