diff --git a/k8s_manifests/ingress.yaml b/k8s_manifests/ingress.yaml index 081767b..1b50e5a 100644 --- a/k8s_manifests/ingress.yaml +++ b/k8s_manifests/ingress.yaml @@ -14,16 +14,6 @@ spec: name: svc-bazarr port: number: 80 - - host: "sonarr.local" - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: svc-sonarr - port: - number: 80 - host: "prowlarr.local" http: paths: @@ -74,3 +64,13 @@ spec: name: svc-plex port: number: 80 + - host: "sonarr.local" + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: svc-sonarr + port: + number: 80