Skip to content

Commit

Permalink
deployment and loadbalancer modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Memal7 committed Jan 16, 2024
1 parent 7541f6a commit 62ac99b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 01_workloads/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ metadata:
app: simple-nginx
spec:
replicas: 3
strategy:
rollingUpdate:
maxSurge: 4
maxUnavailable: 2
type: RollingUpdate
selector:
matchLabels:
app: simple-nginx
Expand Down

0 comments on commit 62ac99b

Please sign in to comment.