From 7396475e95cda578565429469068e6254a98dfc0 Mon Sep 17 00:00:00 2001 From: Thomas Pfau Date: Fri, 9 Feb 2024 14:10:31 +0200 Subject: [PATCH] Updating port on service --- k8s_services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s_services.yaml b/k8s_services.yaml index 449587a..3c9186b 100644 --- a/k8s_services.yaml +++ b/k8s_services.yaml @@ -47,6 +47,6 @@ spec: - protocol: TCP # Can we also use 443 here, or how does forwardng work for this? port: 80 - targetPort: 8000 + targetPort: 3000 ---