Fixed slack2chat service
This commit is contained in:
parent
12a93f5450
commit
7325232531
@ -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.
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user