We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4146f5a commit 7e08278Copy full SHA for 7e08278
kubernetes_app.yml
@@ -65,7 +65,7 @@ spec:
65
selector:
66
matchLabels:
67
app: web-editor
68
- replicas: 4
+ replicas: 7
69
template:
70
metadata:
71
labels:
@@ -99,8 +99,8 @@ metadata:
99
name: web-editor-node
100
namespace: production
101
spec:
102
- maxReplicas: 9
103
- minReplicas: 3
+ maxReplicas: 18
+ minReplicas: 6
104
scaleTargetRef:
105
apiVersion: extensions/v1beta1
106
kind: Deployment
0 commit comments