fix api port

This commit is contained in:
Arlan Lloyd 2025-10-31 19:34:59 +00:00 committed by Zoe Roux
parent e17e969bfe
commit a86c361825
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ spec:
{{- end }}
ports:
- name: main
containerPort: 5000
containerPort: 3567
protocol: TCP
{{- with .Values.api.kyoo_api.livenessProbe }}
livenessProbe:

View File

@ -16,8 +16,8 @@ metadata:
spec:
type: {{ .Values.api.service.type }}
ports:
- port: 5000
targetPort: 5000
- port: 3567
targetPort: 3567
protocol: TCP
name: main
selector: