fix http service value

This commit is contained in:
2024-04-13 23:32:48 -06:00
parent 15d3253af9
commit 34a21702ab
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 }}