From 4c0e15d481ac88e814b3e2275dc65a68b9d33ab3 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 17 Aug 2024 11:16:15 -0500 Subject: [PATCH] switch to tailscale ingress --- .../cl01tl/applications/homepage/values.yaml | 4 ++-- clusters/cl01tl/applications/plex/values.yaml | 2 +- .../cl01tl/applications/tautulli/values.yaml | 19 ------------------- 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/clusters/cl01tl/applications/homepage/values.yaml b/clusters/cl01tl/applications/homepage/values.yaml index 9ba0cf20c..233e4b58b 100644 --- a/clusters/cl01tl/applications/homepage/values.yaml +++ b/clusters/cl01tl/applications/homepage/values.yaml @@ -162,7 +162,7 @@ homepage: - Books: icon: calibre-web.png description: Calibre Web Automated - href: https://calibre.alexlebens.net + href: https://calibre-cl01tl.boreal-beaufort.ts.net/ siteMonitor: http://calibre-web-automated.calibre-web-automated:80 statusStyle: dot - Public: @@ -335,7 +335,7 @@ homepage: - Tautulli: icon: tautulli.png description: Plex Monitoring - href: https://tautulli.alexlebens.net + href: https://tautulli-cl01tl.boreal-beaufort.ts.net siteMonitor: http://tautulli.tautulli:80 statusStyle: dot - jellystat: diff --git a/clusters/cl01tl/applications/plex/values.yaml b/clusters/cl01tl/applications/plex/values.yaml index 1e7d86aa7..09e3cf113 100644 --- a/clusters/cl01tl/applications/plex/values.yaml +++ b/clusters/cl01tl/applications/plex/values.yaml @@ -26,7 +26,7 @@ plex: - name: TZ value: US/Central - name: ADVERTISE_IP - value: https://plex.alexlebens.net:443/ + value: https://plex-cl01tl.boreal-beaufort.ts.net:443/ - name: ALLOWED_NETWORKS value: 10.0.0.0/8,192.168.1.0/24 resources: diff --git a/clusters/cl01tl/applications/tautulli/values.yaml b/clusters/cl01tl/applications/tautulli/values.yaml index 12638dcd0..25f16fd5d 100644 --- a/clusters/cl01tl/applications/tautulli/values.yaml +++ b/clusters/cl01tl/applications/tautulli/values.yaml @@ -33,25 +33,6 @@ tautulli: targetPort: 8181 protocol: HTTP ingress: - main: - enabled: true - className: traefik - annotations: - traefik.ingress.kubernetes.io/router.entrypoints: websecure - traefik.ingress.kubernetes.io/router.tls: "true" - cert-manager.io/cluster-issuer: letsencrypt-issuer - hosts: - - host: tautulli.alexlebens.net - paths: - - path: / - pathType: Prefix - service: - name: tautulli - port: 80 - tls: - - secretName: tautulli-secret-tls - hosts: - - tautulli.alexlebens.net tailscale: enabled: true className: tailscale