diff --git a/chart/templates/api/deployment.yaml b/chart/templates/api/deployment.yaml index b3fb45cc..a98a6911 100644 --- a/chart/templates/api/deployment.yaml +++ b/chart/templates/api/deployment.yaml @@ -108,7 +108,7 @@ spec: {{- end }} ports: - name: main - containerPort: 5000 + containerPort: 3567 protocol: TCP {{- with .Values.api.kyoo_api.livenessProbe }} livenessProbe: diff --git a/chart/templates/api/service.yaml b/chart/templates/api/service.yaml index f55ec842..78686999 100644 --- a/chart/templates/api/service.yaml +++ b/chart/templates/api/service.yaml @@ -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: