From 9675d796bcb0184d08e223b7fa7efe28de71778b Mon Sep 17 00:00:00 2001 From: Sankalp Mhatre <124987623+sankalpmh@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:09:48 +0530 Subject: [PATCH] Update k8-service.yaml --- k8-manifest/k8-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8-manifest/k8-service.yaml b/k8-manifest/k8-service.yaml index 15c7816..e60bd4f 100644 --- a/k8-manifest/k8-service.yaml +++ b/k8-manifest/k8-service.yaml @@ -9,4 +9,4 @@ spec: - protocol: TCP port: 80 targetPort: 80 - type: LoadBalancer + type: ClusterIP