From 40fce0e2d216dbf2e81ba4a892c7da138a39d7c7 Mon Sep 17 00:00:00 2001 From: ITO Mac Date: Tue, 7 Apr 2026 11:24:18 +0200 Subject: [PATCH] . --- k8s/distribuirani/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/distribuirani/service.yaml b/k8s/distribuirani/service.yaml index 67fc948..855f56c 100644 --- a/k8s/distribuirani/service.yaml +++ b/k8s/distribuirani/service.yaml @@ -10,4 +10,4 @@ spec: - port: 80 targetPort: 8000 protocol: TCP - type: ClusterIP + type: NodePort