Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Aihara committed Apr 14, 2020
1 parent 7b5e707 commit 4f37ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ kind: Deployment
metadata:
name: spinnaker-dcd-controller
spec:
selector:
matchLabels:
app: spinnaker-dcd-controller
replicas: 4
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 25%
maxUnavailable: 1
selector:
matchLabels:
app: spinnaker-dcd-controller
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion patches/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ metadata:
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
type: RollingUpdate
template:
spec:
containers:
Expand Down

0 comments on commit 4f37ef8

Please sign in to comment.