Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update elasticsearch example according to config best practices #15146

Merged
merged 1 commit into from
Nov 10, 2015
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions examples/elasticsearch/es-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ metadata:
component: elasticsearch
spec:
replicas: 1
selector:
component: elasticsearch
template:
metadata:
labels:
Expand Down
3 changes: 0 additions & 3 deletions examples/elasticsearch/production_cluster/es-client-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ metadata:
role: client
spec:
replicas: 1
selector:
component: elasticsearch
role: client
template:
metadata:
labels:
Expand Down
3 changes: 0 additions & 3 deletions examples/elasticsearch/production_cluster/es-data-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ metadata:
role: data
spec:
replicas: 1
selector:
component: elasticsearch
role: data
template:
metadata:
labels:
Expand Down
3 changes: 0 additions & 3 deletions examples/elasticsearch/production_cluster/es-master-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ metadata:
role: master
spec:
replicas: 1
selector:
component: elasticsearch
role: master
template:
metadata:
labels:
Expand Down