fix http service value
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: taiga
|
||||
version: 0.1.8
|
||||
version: 0.1.9
|
||||
description: Chart for Taiga
|
||||
keywords:
|
||||
- kanban
|
||||
|
@@ -55,7 +55,7 @@ spec:
|
||||
{{ toYaml .Values.events.resources | nindent 12 }}
|
||||
ports:
|
||||
- name: taiga-events
|
||||
containerPort: {{ .Values.events.http.service.port }}
|
||||
containerPort: {{ .Values.events.service.http.port }}
|
||||
protocol: TCP
|
||||
- name: taiga-events-app
|
||||
containerPort: {{ .Values.events.service.app.port }}
|
||||
|
Reference in New Issue
Block a user