fix events app port to service and port

This commit is contained in:
2024-04-13 23:28:03 -06:00
parent 90970ef172
commit 15d3253af9
4 changed files with 21 additions and 7 deletions

View File

@@ -55,10 +55,14 @@ metadata:
spec:
type: {{ .Values.events.service.type }}
ports:
- port: {{ .Values.events.service.port }}
- port: {{ .Values.events.service.http.port }}
targetPort: taiga-events
protocol: TCP
name: taiga-events
- port: {{ .Values.events.service.app.port }}
targetPort: taiga-events-app
protocol: TCP
name: taiga-events-app
selector:
{{- include "taiga.events.matchLabels" . | nindent 4 }}
{{- with .Values.events.service.extraSelectorLabels }}