Skip to content

Commit

Permalink
increase replica num to account for higher usage
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Jun 14, 2024
1 parent 4146f5a commit 7e08278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
selector:
matchLabels:
app: web-editor
replicas: 4
replicas: 7
template:
metadata:
labels:
Expand Down Expand Up @@ -99,8 +99,8 @@ metadata:
name: web-editor-node
namespace: production
spec:
maxReplicas: 9
minReplicas: 3
maxReplicas: 18
minReplicas: 6
scaleTargetRef:
apiVersion: extensions/v1beta1
kind: Deployment
Expand Down

0 comments on commit 7e08278

Please sign in to comment.