File tree Expand file tree Collapse file tree 4 files changed +42
-6
lines changed
Expand file tree Collapse file tree 4 files changed +42
-6
lines changed Original file line number Diff line number Diff line change 2020
2121# node dependencies
2222node_modules /
23- package-lock.json
23+ package-lock.json
24+
25+ # vscode stuff
26+ functions /knative /hello-world-dotnet /obj /
Original file line number Diff line number Diff line change 2424 keda :
2525 scaledObject :
2626 pollingInterval : 15
27- # minReplicaCount: 0
28- # maxReplicaCount: 10
29- cooldownPeriod : 45
27+ minReplicaCount : 0
28+ maxReplicaCount : 10
29+ cooldownPeriod : 60
30+ advanced :
31+ horizontalPodAutoscalerConfig :
32+ behavior :
33+ scaleDown :
34+ stabilizationWindowSeconds : 60
35+ policies :
36+ - type : Percent
37+ value : 50
38+ periodSeconds : 15
39+ scaleUp :
40+ stabilizationWindowSeconds : 0
3041 triggers :
3142 - type : kafka
3243 metadata :
Original file line number Diff line number Diff line change 2626 pollingInterval : 15
2727 minReplicaCount : 0
2828 maxReplicaCount : 10
29- cooldownPeriod : 45
29+ cooldownPeriod : 60
30+ advanced :
31+ horizontalPodAutoscalerConfig :
32+ behavior :
33+ scaleDown :
34+ stabilizationWindowSeconds : 60
35+ policies :
36+ - type : Percent
37+ value : 50
38+ periodSeconds : 15
39+ scaleUp :
40+ stabilizationWindowSeconds : 0
3041 triggers :
3142 - type : kafka
3243 metadata :
Original file line number Diff line number Diff line change 2626 pollingInterval : 15
2727 minReplicaCount : 0
2828 maxReplicaCount : 10
29- cooldownPeriod : 45
29+ cooldownPeriod : 60
30+ advanced :
31+ horizontalPodAutoscalerConfig :
32+ behavior :
33+ scaleDown :
34+ stabilizationWindowSeconds : 60
35+ policies :
36+ - type : Percent
37+ value : 50
38+ periodSeconds : 15
39+ scaleUp :
40+ stabilizationWindowSeconds : 0
3041 triggers :
3142 - type : kafka
3243 metadata :
You can’t perform that action at this time.
0 commit comments