From 61bc0d7085f43f9e2772fe08fc502c278db06a2f Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 27 Jul 2020 14:57:42 +0800 Subject: [PATCH] Fixed service port --- sonarr/Chart.yaml | 2 +- sonarr/templates/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index 7020dd0..305f44a 100644 --- a/sonarr/Chart.yaml +++ b/sonarr/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/sonarr/templates/service.yaml b/sonarr/templates/service.yaml index 44d4f6c..bbc91e2 100644 --- a/sonarr/templates/service.yaml +++ b/sonarr/templates/service.yaml @@ -8,7 +8,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: http + targetPort: 8989 protocol: TCP name: http selector: