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 }}