Skip to content

Commit

Permalink
Merge pull request #54 from mitou/chore/add-replica-set
Browse files Browse the repository at this point in the history
[調整] Mattermostのreplica setを2つに変更
  • Loading branch information
kyasbal authored Aug 29, 2024
2 parents cb0cb46 + 99b5869 commit 46a8319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
replicas: 1
maxUnavailable: 1
maxSurge: 0
replicas: 2
selector:
matchLabels:
app: mattermost
Expand Down

0 comments on commit 46a8319

Please sign in to comment.