From 7e31581beef21ee9a035f7cf08a509d13171baf4 Mon Sep 17 00:00:00 2001 From: Petrraa Date: Sun, 24 May 2026 00:07:27 +0200 Subject: [PATCH] change service to NodePort --- manifests/app/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/app/service.yaml b/manifests/app/service.yaml index cefb488..de7d684 100644 --- a/manifests/app/service.yaml +++ b/manifests/app/service.yaml @@ -9,4 +9,4 @@ spec: ports: - port: 80 targetPort: 8000 - type: ClusterIP + type: NodePort