From c49b85045c2a9eb5e77c181e535bcaf3ac5022c4 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 3 Apr 2023 01:09:34 -0400 Subject: [PATCH] Change sonarr ingress port --- cluster/apps/media/sonarr/ingress.yaml | 2 +- cluster/apps/media/sonarr/service.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/media/sonarr/ingress.yaml b/cluster/apps/media/sonarr/ingress.yaml index 57e9167..c97b8be 100644 --- a/cluster/apps/media/sonarr/ingress.yaml +++ b/cluster/apps/media/sonarr/ingress.yaml @@ -16,4 +16,4 @@ spec: service: name: sonarr port: - number: 8989 \ No newline at end of file + name: sonarr \ No newline at end of file diff --git a/cluster/apps/media/sonarr/service.yaml b/cluster/apps/media/sonarr/service.yaml index 435f8f2..c4fac51 100644 --- a/cluster/apps/media/sonarr/service.yaml +++ b/cluster/apps/media/sonarr/service.yaml @@ -3,7 +3,7 @@ kind: Service metadata: name: sonarr namespace: media - + labels: app: sonarr kubernetes.io/name: "sonarr" @@ -12,5 +12,5 @@ spec: app: sonarr ports: - name: sonarr - port: 80 + port: 8989 targetPort: 8989 \ No newline at end of file