Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/cinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ pod:
# this should be set to no more than (pod.replicas.server - 1)
# usually set on per-deployment basis.
min_available: 0
resources:
enabled: true

dependencies:
dynamic:
common:
Expand Down
2 changes: 2 additions & 0 deletions components/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ pod:
# this should be set to no more than (pod.replicas.horizon - 1)
# usually set on per-deployment basis.
min_available: 0
resources:
enabled: true

annotations:
# we need to modify the annotations on OpenStack Helm
Expand Down
2 changes: 2 additions & 0 deletions components/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ pod:
# this should be set to no more than (pod.replicas.api - 1)
# usually set on per-deployment basis.
min_available: 0
resources:
enabled: true

annotations:
# we need to modify the annotations on OpenStack Helm
Expand Down
2 changes: 1 addition & 1 deletion components/keystone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:

pod:
resources:
enabled: false
enabled: true
api:
requests:
memory: "64Mi"
Expand Down
3 changes: 3 additions & 0 deletions components/neutron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ pod:
- name: undersync-token
secret:
secretName: undersync-token
resources:
enabled: true

# (nicholas.kuechler) updating the jobs list to remove the 'neutron-rabbit-init' job.
dependencies:
dynamic:
Expand Down
2 changes: 2 additions & 0 deletions components/nova/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ pod:
# this should be set to no more than (pod.replicas.osapi - 1)
# usually set on per-deployment basis.
min_available: 0
resources:
enabled: true

manifests:
job_db_init: false
Expand Down
4 changes: 4 additions & 0 deletions components/octavia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ dependencies:
db_sync:
jobs:

pod:
resources:
enabled: true

manifests:
job_db_init: false
job_rabbit_init: false
Expand Down
2 changes: 2 additions & 0 deletions components/placement/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pod:
# this should be set to no more than (pod.replicas.api - 1)
# usually set on per-deployment basis.
min_available: 0
resources:
enabled: true

endpoints:
placement:
Expand Down
2 changes: 2 additions & 0 deletions components/skyline/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ pod:
# this should be set to no more than (pod.replicas.skyline - 1)
# usually set on per-deployment basis.
min_available: 0
resources:
enabled: true

annotations:
# we need to modify the annotations on OpenStack Helm
Expand Down
Loading