Compare commits

...

1 Commits

Author SHA1 Message Date
34a21702ab fix http service value 2024-04-13 23:32:48 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: taiga
version: 0.1.8
version: 0.1.9
description: Chart for Taiga
keywords:
- kanban

View File

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