From 732523253125c7b5e2f5b3cc6a790341f40c0755 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 30 Jul 2020 09:33:00 +0800 Subject: [PATCH] Fixed slack2chat service --- slack2chat/Chart.yaml | 2 +- slack2chat/templates/service.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/slack2chat/Chart.yaml b/slack2chat/Chart.yaml index 60595f7..031b795 100644 --- a/slack2chat/Chart.yaml +++ b/slack2chat/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/slack2chat/templates/service.yaml b/slack2chat/templates/service.yaml index 1853cc7..11fdc33 100644 --- a/slack2chat/templates/service.yaml +++ b/slack2chat/templates/service.yaml @@ -8,8 +8,8 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: http + targetPort: 3000 protocol: TCP - name: http + name: slack2chat selector: {{- include "slack2chat.selectorLabels" . | nindent 4 }}