File tree Expand file tree Collapse file tree 3 files changed +49
-1
lines changed Expand file tree Collapse file tree 3 files changed +49
-1
lines changed Original file line number Diff line number Diff line change 56
56
type : boolean
57
57
cleanupAllAutomation :
58
58
type : boolean
59
+ workloadLabelSelectors :
60
+ type : array
61
+ items :
62
+ type : object
63
+ x-kubernetes-preserve-unknown-fields : true
64
+ properties :
65
+ key :
66
+ type : string
67
+ value :
68
+ type : string
69
+ allowAutomation :
70
+ type : boolean
59
71
timeConstraints :
60
72
type : object
61
73
x-kubernetes-preserve-unknown-fields : true
@@ -210,6 +222,18 @@ spec:
210
222
properties :
211
223
automationMode :
212
224
type : string
225
+ workloadLabelSelectors :
226
+ type : array
227
+ items :
228
+ type : object
229
+ x-kubernetes-preserve-unknown-fields : true
230
+ properties :
231
+ key :
232
+ type : string
233
+ value :
234
+ type : string
235
+ allowAutomation :
236
+ type : boolean
213
237
timeConstraints :
214
238
type : object
215
239
x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 54
54
properties :
55
55
automationMode :
56
56
type : string
57
+ workloadLabelSelectors :
58
+ type : array
59
+ items :
60
+ type : object
61
+ x-kubernetes-preserve-unknown-fields : true
62
+ properties :
63
+ key :
64
+ type : string
65
+ value :
66
+ type : string
67
+ allowAutomation :
68
+ type : boolean
57
69
timeConstraints :
58
70
type : object
59
71
x-kubernetes-preserve-unknown-fields : true
@@ -208,6 +220,18 @@ spec:
208
220
properties :
209
221
automationMode :
210
222
type : string
223
+ workloadLabelSelectors :
224
+ type : array
225
+ items :
226
+ type : object
227
+ x-kubernetes-preserve-unknown-fields : true
228
+ properties :
229
+ key :
230
+ type : string
231
+ value :
232
+ type : string
233
+ allowAutomation :
234
+ type : boolean
211
235
timeConstraints :
212
236
type : object
213
237
x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-autoscaler
4
4
pullPolicy : Always
5
- tag : " v1.0.8 "
5
+ tag : " v1.0.9 "
6
6
settings :
7
7
port : 8443
8
8
env : " prod"
You can’t perform that action at this time.
0 commit comments