Elasticsearch: Fix storage config, add label config for tests

This updates the Elasticsearch chart to use the correct
overrides for changing the default PVC size to something more
appropriate. This also includes the label configuration used for
selecting a node for the test pods.

Change-Id: I94366792ef89d709e8fcf50262deccdc724e3a2a
This commit is contained in:
Steve Wilkerson 2018-11-09 08:56:18 -06:00
parent 5444aa73c2
commit 0d0a03272d
1 changed files with 5 additions and 3 deletions

View File

@ -209,6 +209,9 @@ data:
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
test:
node_selector_key: openstack-control-plane
node_selector_value: enabled
monitoring:
prometheus:
enabled: true
@ -351,9 +354,8 @@ data:
use_age: True
disk_space: 1200
storage:
elasticsearch:
requests:
storage: 500Gi
requests:
storage: 500Gi
dependencies:
- osh-infra-helm-toolkit
...