From 93b1b7f473b212d895928b91a09415784829de6e Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Sun, 3 May 2026 11:10:05 +1200 Subject: [PATCH] fixed yaml errors --- apps/arr/jellyfin/ingress.yaml | 14 ++------------ apps/arr/prowlarr/ingress.yaml | 4 ++-- apps/arr/qbittorrent/ingress.yaml | 4 ++-- apps/arr/radarr/ingress.yaml | 4 ++-- apps/arr/sonarr/ingress.yaml | 4 ++-- 5 files changed, 10 insertions(+), 20 deletions(-) diff --git a/apps/arr/jellyfin/ingress.yaml b/apps/arr/jellyfin/ingress.yaml index 09a618b..c22c50f 100644 --- a/apps/arr/jellyfin/ingress.yaml +++ b/apps/arr/jellyfin/ingress.yaml @@ -17,16 +17,6 @@ spec: port: number: 80 tls: - - hosts: - - jellyfin.jethrocotton.com + - hosts: + - jellyfin.jethrocotton.com secretName: wildcard-jethrocotton-com-tls - -# - match: Host(`movies.merox.cloud`) # change to your domain -# kind: Rule -# services: -# - name: app # radarr for example -# port: 80 -# middlewares: -# - name: default-headers-media -# tls: -# secretName: mycert-tls # change to your cert name diff --git a/apps/arr/prowlarr/ingress.yaml b/apps/arr/prowlarr/ingress.yaml index 8fca6f7..c766c04 100644 --- a/apps/arr/prowlarr/ingress.yaml +++ b/apps/arr/prowlarr/ingress.yaml @@ -17,7 +17,7 @@ spec: port: number: 80 tls: - - hosts: - - prowlarr.jpcit.co.za + - hosts: + - prowlarr.jpcit.co.za secretName: wildcard-jpcit-coza-tls diff --git a/apps/arr/qbittorrent/ingress.yaml b/apps/arr/qbittorrent/ingress.yaml index 8d87425..f7b7c71 100644 --- a/apps/arr/qbittorrent/ingress.yaml +++ b/apps/arr/qbittorrent/ingress.yaml @@ -17,7 +17,7 @@ spec: port: number: 80 tls: - - hosts: - - qbittorrent.jpcit.co.za + - hosts: + - qbittorrent.jpcit.co.za secretName: wildcard-jpcit-coza-tls diff --git a/apps/arr/radarr/ingress.yaml b/apps/arr/radarr/ingress.yaml index 9825c20..9291445 100644 --- a/apps/arr/radarr/ingress.yaml +++ b/apps/arr/radarr/ingress.yaml @@ -17,6 +17,6 @@ spec: port: number: 80 tls: - - hosts: - - radarr.jpcit.co.za + - hosts: + - radarr.jpcit.co.za secretName: wildcard-jpcit-coza-tls diff --git a/apps/arr/sonarr/ingress.yaml b/apps/arr/sonarr/ingress.yaml index bc4036f..f4b0d7f 100644 --- a/apps/arr/sonarr/ingress.yaml +++ b/apps/arr/sonarr/ingress.yaml @@ -17,6 +17,6 @@ spec: port: number: 80 tls: - - hosts: - - sonarr.jpcit.co.za + - hosts: + - sonarr.jpcit.co.za secretName: wildcard-jpcit-coza-tls