Skip to content

Commit 7e08278

Browse files
committed
increase replica num to account for higher usage
1 parent 4146f5a commit 7e08278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes_app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
selector:
6666
matchLabels:
6767
app: web-editor
68-
replicas: 4
68+
replicas: 7
6969
template:
7070
metadata:
7171
labels:
@@ -99,8 +99,8 @@ metadata:
9999
name: web-editor-node
100100
namespace: production
101101
spec:
102-
maxReplicas: 9
103-
minReplicas: 3
102+
maxReplicas: 18
103+
minReplicas: 6
104104
scaleTargetRef:
105105
apiVersion: extensions/v1beta1
106106
kind: Deployment

0 commit comments

Comments
 (0)