From bcf3c81b0709b295c942a829a1474b4bbdadf019 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 25 Aug 2023 11:20:49 +0200 Subject: [PATCH] Correct port --- src/main/resources/taiga/back-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/taiga/back-service.yaml b/src/main/resources/taiga/back-service.yaml index 3c6db7a..8306a2c 100644 --- a/src/main/resources/taiga/back-service.yaml +++ b/src/main/resources/taiga/back-service.yaml @@ -13,6 +13,6 @@ spec: ports: - name: http targetPort: http - port: 80 - protocol: TCP + port: 8000 + protocol: TCP \ No newline at end of file