fix(elasticsearch): rename .yml to yaml so it gets picked up by helm

This commit is contained in:
Seth Goings
2015-11-25 14:38:43 -07:00
parent 46d8f9a8cf
commit 1fc8274647
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ home: https://github.com/elastic/elasticsearch
version: 0.2.0
description: Elasticsearch Restful Search Engine
maintainers:
- <icoffey@deis.com>
- Ian Coffey <icoffey@deis.com>
details:
This Chart provides a basic Elasticsearch search service.
@@ -7,8 +7,11 @@ metadata:
heritage: helm
spec:
replicas: 1
selector:
provider: elasticsearch
template:
metadata:
name: elasticsearch
labels:
provider: elasticsearch
spec:
@@ -18,3 +21,4 @@ spec:
ports:
- containerPort: 9200
- containerPort: 9300