From f24cb701807c3e856378eb7bc088d27cdc87c927 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 9 Jul 2024 18:56:57 -0500 Subject: [PATCH] enable tailscale ingress --- clusters/cl01tl/applications/lidarr2/values.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/clusters/cl01tl/applications/lidarr2/values.yaml b/clusters/cl01tl/applications/lidarr2/values.yaml index 7bbaeb14c..e7036f521 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -125,6 +125,19 @@ lidarr2: - secretName: lidarr2-secret-tls hosts: - lidarr.alexlebens.net + tailscale: + enabled: true + className: tailscale + hosts: + - paths: + - path: / + pathType: Prefix + service: + name: lidarr2 + port: 80 + tls: + - hosts: + - vault-cl01tl persistence: config: storageClass: ceph-block