Fixed slack2chat service

This commit is contained in:
Jonathan Ervine 2020-07-30 09:33:00 +08:00
parent 12a93f5450
commit 7325232531
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

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