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: