Skip to content

Commit

Permalink
feat(cloud): maybe fix deployment upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jan 5, 2022
1 parent c69cf9c commit 4b241b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cloud-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-server
version: 0.9.0
version: 0.9.1
4 changes: 4 additions & 0 deletions charts/cloud-server/templates/cloud-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ metadata:
app: cloud-server
spec:
replicas: 3
strategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector:
matchLabels:
app: cloud-server
Expand Down

0 comments on commit 4b241b4

Please sign in to comment.