Commit 3ffb724 1 parent b8fb3cc commit 3ffb724 Copy full SHA for 3ffb724
File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ param scale Scale = {
114
114
maxReplicas : 10
115
115
rules : [
116
116
{
117
+ name : 'cpu'
117
118
custom : {
118
119
type : 'cpu'
119
120
metadata : {
@@ -123,6 +124,7 @@ param scale Scale = {
123
124
}
124
125
}
125
126
{
127
+ name : 'memory'
126
128
custom : {
127
129
type : 'memory'
128
130
metadata : {
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ param scale Scale = {
85
85
maxReplicas : 10
86
86
rules : [
87
87
{
88
+ name : 'cpu'
88
89
custom : {
89
90
type : 'cpu'
90
91
metadata : {
@@ -94,6 +95,7 @@ param scale Scale = {
94
95
}
95
96
}
96
97
{
98
+ name : 'memory'
97
99
custom : {
98
100
type : 'memory'
99
101
metadata : {
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ param probes array = []
33
33
34
34
@export ()
35
35
type ScaleRule = {
36
+ name : string
36
37
// add additional types as needed: https://keda.sh/docs/2.15/scalers/
37
38
custom : {
38
39
type : 'cpu' | 'memory'
You can’t perform that action at this time.
0 commit comments