Skip to content

Commit

Permalink
fix preemption
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Mar 21, 2024
1 parent 76ca65f commit d13d7ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/loadbalancer_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ spec:
matchLabels:
app: zeroapp
replicas: 2
strategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
Expand Down Expand Up @@ -46,4 +51,4 @@ spec:
ports:
- name: httpd
port: 80
targetPort: 80
targetPort: 80

0 comments on commit d13d7ac

Please sign in to comment.