From 0c1591fa97a9b5d9602969889a17cad8b255cafe Mon Sep 17 00:00:00 2001 From: Rhea Danzey Date: Thu, 30 May 2024 11:32:02 -0500 Subject: [PATCH] calendar-bot - Fix service / pod port name mismatch Signed-off-by: Rhea Danzey --- charts/calendar-bot/Chart.yaml | 2 +- charts/calendar-bot/templates/service.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/calendar-bot/Chart.yaml b/charts/calendar-bot/Chart.yaml index a4b5fe6..9b44acc 100644 --- a/charts/calendar-bot/Chart.yaml +++ b/charts/calendar-bot/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/calendar-bot/templates/service.yaml b/charts/calendar-bot/templates/service.yaml index 285f27d..69bf69c 100644 --- a/charts/calendar-bot/templates/service.yaml +++ b/charts/calendar-bot/templates/service.yaml @@ -8,8 +8,8 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: main + targetPort: http protocol: TCP - name: main + name: http selector: {{- include "calendar-bot.selectorLabels" . | nindent 4 }}