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