From 65afa7313e607bb78d225a6b130c48c2da62eb90 Mon Sep 17 00:00:00 2001 From: MihaelJanjic Date: Sat, 2 May 2026 23:39:26 +0000 Subject: [PATCH] ClusterIP --- k8s/moj-servis/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/moj-servis/service.yaml b/k8s/moj-servis/service.yaml index 23301a6..a36387f 100644 --- a/k8s/moj-servis/service.yaml +++ b/k8s/moj-servis/service.yaml @@ -11,4 +11,4 @@ spec: - port: 80 targetPort: 8000 protocol: TCP - type: NodePort \ No newline at end of file + type: ClusterIP \ No newline at end of file