Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez authored Aug 31, 2023
1 parent c814f5c commit 2c2d2c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ kind: Deployment
metadata:
name: movies
spec:
replicas: 10
selector:
matchLabels:
app: movies
Expand Down Expand Up @@ -75,4 +76,4 @@ spec:
- port: 80
targetPort: 5000
nodePort: 30000
type: LoadBalancer
type: LoadBalancer

0 comments on commit 2c2d2c6

Please sign in to comment.