fix length of app port

This commit is contained in:
2024-04-13 23:37:58 -06:00
parent 34a21702ab
commit 617505ee99
3 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ spec:
- name: taiga-events
containerPort: {{ .Values.events.service.http.port }}
protocol: TCP
- name: taiga-events-app
- name: taiga-app
containerPort: {{ .Values.events.service.app.port }}
protocol: TCP
env: