From 802e99c64032c164f77052823b29c840b5ded1eb Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 08:50:15 +0200 Subject: [PATCH] Change service type from ClusterIP to LoadBalancer in app-test-1.yaml --- app-test-1/app-test-1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-test-1/app-test-1.yaml b/app-test-1/app-test-1.yaml index c2a7858..f22d580 100644 --- a/app-test-1/app-test-1.yaml +++ b/app-test-1/app-test-1.yaml @@ -33,7 +33,7 @@ metadata: labels: app: app-test-1 spec: - type: ClusterIP + type: LoadBalancer ports: - name: http port: 80