From f3322d4a800cc9444ea7e4a7be568115bd9cc8bc Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 21 Jun 2024 18:30:05 -0400 Subject: [PATCH] Change port on service --- api/api-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/api-service.yaml b/api/api-service.yaml index 8727b82..c6a0404 100644 --- a/api/api-service.yaml +++ b/api/api-service.yaml @@ -10,8 +10,8 @@ spec: port: 8080 targetPort: 80 - name: faster-whisper - port: 8080 - targetPort: 8080 + port: 8000 + targetPort: 8000 selector: app: api-apps