File tree Expand file tree Collapse file tree 9 files changed +21
-1
lines changed Expand file tree Collapse file tree 9 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 76
76
# this should be set to no more than (pod.replicas.server - 1)
77
77
# usually set on per-deployment basis.
78
78
min_available : 0
79
+ resources :
80
+ enabled : true
81
+
79
82
dependencies :
80
83
dynamic :
81
84
common :
Original file line number Diff line number Diff line change 76
76
# this should be set to no more than (pod.replicas.horizon - 1)
77
77
# usually set on per-deployment basis.
78
78
min_available : 0
79
+ resources :
80
+ enabled : true
79
81
80
82
annotations :
81
83
# we need to modify the annotations on OpenStack Helm
Original file line number Diff line number Diff line change 219
219
# this should be set to no more than (pod.replicas.api - 1)
220
220
# usually set on per-deployment basis.
221
221
min_available : 0
222
+ resources :
223
+ enabled : true
222
224
223
225
annotations :
224
226
# we need to modify the annotations on OpenStack Helm
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies:
33
33
34
34
pod :
35
35
resources :
36
- enabled : false
36
+ enabled : true
37
37
api :
38
38
requests :
39
39
memory : " 64Mi"
Original file line number Diff line number Diff line change 138
138
- name : undersync-token
139
139
secret :
140
140
secretName : undersync-token
141
+ resources :
142
+ enabled : true
143
+
141
144
# (nicholas.kuechler) updating the jobs list to remove the 'neutron-rabbit-init' job.
142
145
dependencies :
143
146
dynamic :
Original file line number Diff line number Diff line change 154
154
# this should be set to no more than (pod.replicas.osapi - 1)
155
155
# usually set on per-deployment basis.
156
156
min_available : 0
157
+ resources :
158
+ enabled : true
157
159
158
160
manifests :
159
161
job_db_init : false
Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ dependencies:
82
82
db_sync :
83
83
jobs :
84
84
85
+ pod :
86
+ resources :
87
+ enabled : true
88
+
85
89
manifests :
86
90
job_db_init : false
87
91
job_rabbit_init : false
Original file line number Diff line number Diff line change 30
30
# this should be set to no more than (pod.replicas.api - 1)
31
31
# usually set on per-deployment basis.
32
32
min_available : 0
33
+ resources :
34
+ enabled : true
33
35
34
36
endpoints :
35
37
placement :
Original file line number Diff line number Diff line change 43
43
# this should be set to no more than (pod.replicas.skyline - 1)
44
44
# usually set on per-deployment basis.
45
45
min_available : 0
46
+ resources :
47
+ enabled : true
46
48
47
49
annotations :
48
50
# we need to modify the annotations on OpenStack Helm
You can’t perform that action at this time.
0 commit comments