Skip to content

Commit

Permalink
Update service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harisathwik committed Jul 25, 2023
1 parent 8a44ddb commit 6b4e252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: streamlit-app-service
name: streamlit-app
spec:
selector:
app: streamlit-app
ports:
- protocol: TCP
port: 80
targetPort: 8501
type: LoadBalancer # Expose the service externally using a load balancer (for cloud providers that support it)
type: LoadBalancer

0 comments on commit 6b4e252

Please sign in to comment.