From 6b4e2520e3ab92e3963360f7f82298fa921846f8 Mon Sep 17 00:00:00 2001 From: Harisathwik <34621451+Harisathwik@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:34:50 +0530 Subject: [PATCH] Update service.yaml --- service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service.yaml b/service.yaml index 68dd5b5..b4e559b 100644 --- a/service.yaml +++ b/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: streamlit-app-service + name: streamlit-app spec: selector: app: streamlit-app @@ -9,4 +9,4 @@ spec: - protocol: TCP port: 80 targetPort: 8501 - type: LoadBalancer # Expose the service externally using a load balancer (for cloud providers that support it) + type: LoadBalancer