File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 75
75
type : object
76
76
x-kubernetes-preserve-unknown-fields : true
77
77
properties :
78
+ maintenanceWindowIgnoredForResiliency :
79
+ type : boolean
78
80
maxAutomationFrequency :
79
81
type : string
80
82
wasteMaxAutomationFrequency :
@@ -251,6 +253,8 @@ spec:
251
253
type : string
252
254
fixResiliencyMaxAutomationFrequency :
253
255
type : string
256
+ maintenanceWindowIgnoredForResiliency :
257
+ type : boolean
254
258
maintenanceWindow :
255
259
type : object
256
260
x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 73
73
type : object
74
74
x-kubernetes-preserve-unknown-fields : true
75
75
properties :
76
+ maintenanceWindowIgnoredForResiliency :
77
+ type : boolean
76
78
maxAutomationFrequency :
77
79
type : string
78
80
wasteMaxAutomationFrequency :
@@ -249,6 +251,8 @@ spec:
249
251
type : string
250
252
fixResiliencyMaxAutomationFrequency :
251
253
type : string
254
+ maintenanceWindowIgnoredForResiliency :
255
+ type : boolean
252
256
maintenanceWindow :
253
257
type : object
254
258
x-kubernetes-preserve-unknown-fields : true
Original file line number Diff line number Diff line change 74
74
type : object
75
75
x-kubernetes-preserve-unknown-fields : true
76
76
properties :
77
+ maintenanceWindowIgnoredForResiliency :
78
+ type : boolean
77
79
maxAutomationFrequency :
78
80
type : string
79
81
wasteMaxAutomationFrequency :
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.20 "
5
+ tag : " v1.0.21 "
6
6
settings :
7
7
port : 8443
8
8
env : " prod"
You can’t perform that action at this time.
0 commit comments