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