Skip to content

Commit

Permalink
Merge pull request #19 from FIAP-3SOAT-G15/add-deployment-strategy
Browse files Browse the repository at this point in the history
Add deployment strategy
  • Loading branch information
wellyfrs authored May 21, 2024
2 parents d059a63 + d1a4566 commit 645bc42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/orders/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
app: orders
spec:
replicas: 1
strategy:
type: RollingUpdate
selector:
matchLabels:
app: orders
Expand Down
2 changes: 2 additions & 0 deletions manifests/payments/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
app: payments
spec:
replicas: 1
strategy:
type: RollingUpdate
selector:
matchLabels:
app: payments
Expand Down
2 changes: 2 additions & 0 deletions manifests/stock/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
app: stock
spec:
replicas: 1
strategy:
type: RollingUpdate
selector:
matchLabels:
app: stock
Expand Down

0 comments on commit 645bc42

Please sign in to comment.