From 61cd999d74c192a5fdb09c9ee8c7c9344d6cd1a7 Mon Sep 17 00:00:00 2001 From: Sankalp Mhatre <124987623+sankalpmh@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:11:23 +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 e60bd4f..15c7816 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: ClusterIP + type: LoadBalancer