From 0d4230f98b7613889c06377799cfe23c2d3c6e26 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 15 Aug 2024 18:20:44 -0500 Subject: [PATCH] change to tailscale ingress --- .../cl01tl/applications/homepage/values.yaml | 6 +-- .../cl01tl/applications/lidarr2/Chart.yaml | 2 +- .../cl01tl/applications/lidarr2/values.yaml | 38 +++++++++---------- .../readarr-audiobooks/Chart.yaml | 2 +- .../readarr-audiobooks/values.yaml | 38 +++++++++---------- .../applications/readarr-books/Chart.yaml | 2 +- .../applications/readarr-books/values.yaml | 38 +++++++++---------- 7 files changed, 63 insertions(+), 63 deletions(-) diff --git a/clusters/cl01tl/applications/homepage/values.yaml b/clusters/cl01tl/applications/homepage/values.yaml index 13979ea4b..3346f1969 100644 --- a/clusters/cl01tl/applications/homepage/values.yaml +++ b/clusters/cl01tl/applications/homepage/values.yaml @@ -512,7 +512,7 @@ homepage: - Lidarr: icon: lidarr.png description: Music - href: https://lidarr.alexlebens.net + href: https://lidarr-cl01tl.boreal-beaufort.ts.net siteMonitor: http://lidarr2.lidarr2:80 statusStyle: dot widget: @@ -523,7 +523,7 @@ homepage: - Readarr Books: icon: readarr.png description: Books - href: https://readarr-books.alexlebens.net + href: https://readarr-books-cl01tl.boreal-beaufort.ts.net siteMonitor: http://readarr-books.readarr-books:80 statusStyle: dot widget: @@ -535,7 +535,7 @@ homepage: - Readarr Audiobooks: icon: readarr.png description: Audiobooks - href: https://readarr-audiobooks.alexlebens.net + href: https://readarr-audiobooks-cl01tl.boreal-beaufort.ts.net siteMonitor: http://readarr-audiobooks.readarr-audiobooks:80 statusStyle: dot - Services (Servarr): diff --git a/clusters/cl01tl/applications/lidarr2/Chart.yaml b/clusters/cl01tl/applications/lidarr2/Chart.yaml index 2ce288945..fb95074ef 100644 --- a/clusters/cl01tl/applications/lidarr2/Chart.yaml +++ b/clusters/cl01tl/applications/lidarr2/Chart.yaml @@ -27,4 +27,4 @@ dependencies: version: 3.8.4 repository: http://alexlebens.github.io/helm-charts icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/lidarr.png -appVersion: 2.3.3.4204 +appVersion: 2.4.3.4248 diff --git a/clusters/cl01tl/applications/lidarr2/values.yaml b/clusters/cl01tl/applications/lidarr2/values.yaml index c1f23284a..ff2c0c77c 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -106,25 +106,25 @@ lidarr2: targetPort: 9792 protocol: TCP 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: lidarr.alexlebens.net - paths: - - path: / - pathType: Prefix - service: - name: lidarr2 - port: 80 - tls: - - secretName: lidarr2-secret-tls - hosts: - - lidarr.alexlebens.net + # 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: lidarr.alexlebens.net + # paths: + # - path: / + # pathType: Prefix + # service: + # name: lidarr2 + # port: 80 + # tls: + # - secretName: lidarr2-secret-tls + # hosts: + # - lidarr.alexlebens.net tailscale: enabled: true className: tailscale diff --git a/clusters/cl01tl/applications/readarr-audiobooks/Chart.yaml b/clusters/cl01tl/applications/readarr-audiobooks/Chart.yaml index 250823b17..9e598af02 100644 --- a/clusters/cl01tl/applications/readarr-audiobooks/Chart.yaml +++ b/clusters/cl01tl/applications/readarr-audiobooks/Chart.yaml @@ -27,4 +27,4 @@ dependencies: version: 3.8.4 repository: http://alexlebens.github.io/helm-charts icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/readarr.png -appVersion: 0.3.28.2554 +appVersion: 0.3.32.2587 diff --git a/clusters/cl01tl/applications/readarr-audiobooks/values.yaml b/clusters/cl01tl/applications/readarr-audiobooks/values.yaml index 994aea7cc..e15a1d007 100644 --- a/clusters/cl01tl/applications/readarr-audiobooks/values.yaml +++ b/clusters/cl01tl/applications/readarr-audiobooks/values.yaml @@ -108,25 +108,25 @@ readarr-audiobooks: targetPort: 9796 protocol: TCP 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: readarr-audiobooks.alexlebens.net - paths: - - path: / - pathType: Prefix - service: - name: readarr-audiobooks - port: 80 - tls: - - secretName: readarr-audiobooks-secret-tls - hosts: - - readarr-audiobooks.alexlebens.net + # 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: readarr-audiobooks.alexlebens.net + # paths: + # - path: / + # pathType: Prefix + # service: + # name: readarr-audiobooks + # port: 80 + # tls: + # - secretName: readarr-audiobooks-secret-tls + # hosts: + # - readarr-audiobooks.alexlebens.net tailscale: enabled: true className: tailscale diff --git a/clusters/cl01tl/applications/readarr-books/Chart.yaml b/clusters/cl01tl/applications/readarr-books/Chart.yaml index a826a34e4..03f956499 100644 --- a/clusters/cl01tl/applications/readarr-books/Chart.yaml +++ b/clusters/cl01tl/applications/readarr-books/Chart.yaml @@ -27,4 +27,4 @@ dependencies: version: 3.8.4 repository: http://alexlebens.github.io/helm-charts icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/readarr.png -appVersion: 0.3.28.2554 +appVersion: 0.3.32.2587 diff --git a/clusters/cl01tl/applications/readarr-books/values.yaml b/clusters/cl01tl/applications/readarr-books/values.yaml index 3b9f0f504..84453258e 100644 --- a/clusters/cl01tl/applications/readarr-books/values.yaml +++ b/clusters/cl01tl/applications/readarr-books/values.yaml @@ -108,25 +108,25 @@ readarr-books: targetPort: 9796 protocol: TCP 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: readarr-books.alexlebens.net - paths: - - path: / - pathType: Prefix - service: - name: readarr-books - port: 80 - tls: - - secretName: readarr-books-secret-tls - hosts: - - readarr-books.alexlebens.net + # 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: readarr-books.alexlebens.net + # paths: + # - path: / + # pathType: Prefix + # service: + # name: readarr-books + # port: 80 + # tls: + # - secretName: readarr-books-secret-tls + # hosts: + # - readarr-books.alexlebens.net tailscale: enabled: true className: tailscale