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 919e629 commit 634b41fCopy full SHA for 634b41f
kubernetes_app.yml
@@ -65,7 +65,7 @@ spec:
65
selector:
66
matchLabels:
67
app: web-editor
68
- replicas: 3
+ replicas: 4
69
template:
70
metadata:
71
labels:
@@ -99,8 +99,8 @@ metadata:
99
name: web-editor-node
100
namespace: production
101
spec:
102
- maxReplicas: 6
103
- minReplicas: 2
+ maxReplicas: 9
+ minReplicas: 3
104
scaleTargetRef:
105
apiVersion: extensions/v1beta1
106
kind: Deployment
0 commit comments