Skip to content

Commit d28e318

Browse files
piresstevesloka
authored andcommitted
Remove deprecated environment variables. Fixes pires#40
Signed-off-by: Paulo Pires <[email protected]>
1 parent 2713752 commit d28e318

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ RUN ./elasticsearch/bin/elasticsearch-plugin install -b com.floragunn:search-gua
1515
RUN ./elasticsearch/bin/elasticsearch-plugin install repository-s3
1616

1717
# Set environment
18-
ENV NAMESPACE default
1918
ENV DISCOVERY_SERVICE elasticsearch-discovery

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ This image can be configured by means of environment variables, that one can set
1919

2020
Besides the [inherited ones](https://github.com/pires/docker-elasticsearch#environment-variables), this container image provides the following:
2121

22-
* [DISCOVERY_SERVICE](https://github.com/fabric8io/elasticsearch-cloud-kubernetes#kubernetes-pod-discovery)
23-
* [NAMESPACE](https://github.com/fabric8io/elasticsearch-cloud-kubernetes#kubernetes-pod-discovery)
22+
* `DISCOVERY_SERVICE` - the service to be queried for through DNS.

0 commit comments

Comments
 (0)