diff --git a/nova/values.yaml b/nova/values.yaml index 32fb23066f..e259262b84 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -17,6 +17,13 @@ # Declare name/value pairs to be passed into your templates. # name: value +replicas: + api_metadata: 1 + osapi: 1 + conductor: 1 + consoleauth: 1 + scheduler: 1 + labels: agent: compute: @@ -44,13 +51,6 @@ labels: node_selector_key: openstack-control-plane node_selector_value: enabled -replicas: - api_metadata: 1 - osapi: 1 - conductor: 1 - consoleauth: 1 - scheduler: 1 - images: db_init: docker.io/kolla/ubuntu-source-nova-api:3.0.3 db_sync: docker.io/kolla/ubuntu-source-nova-api:3.0.3