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 5656 type : boolean
5757 cleanupAllAutomation :
5858 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
5971 timeConstraints :
6072 type : object
6173 x-kubernetes-preserve-unknown-fields : true
@@ -210,6 +222,18 @@ spec:
210222 properties :
211223 automationMode :
212224 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
213237 timeConstraints :
214238 type : object
215239 x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 5454 properties :
5555 automationMode :
5656 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
5769 timeConstraints :
5870 type : object
5971 x-kubernetes-preserve-unknown-fields : true
@@ -208,6 +220,18 @@ spec:
208220 properties :
209221 automationMode :
210222 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
211235 timeConstraints :
212236 type : object
213237 x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-autoscaler
44 pullPolicy : Always
5- tag : " v1.0.8 "
5+ tag : " v1.0.9 "
66settings :
77 port : 8443
88 env : " prod"
You can’t perform that action at this time.
0 commit comments