Skip to content

Commit

Permalink
move to proper env values in production
Browse files Browse the repository at this point in the history
  • Loading branch information
opaolini committed Jun 22, 2019
1 parent 155c52e commit 2581c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ kubectl port-forward efk-kibana-d7b549b5c-n7b82 5601 -n logging

For local development, once you install all the requests

## Proper Setup (AWS EKS Example)
## Production Setup (AWS EKS Example)

Setup the cluster using the provided terraform configs from the major cloud providers (or add your own). All the outputs from the terraform configs include the guide on how to setup `kubectl` for the deployed cluster.

Expand Down Expand Up @@ -189,7 +189,7 @@ After that, we will be launching the `EFK` stack:
helm install --name efk \
--namespace logging \
./charts/efk \
-f ./env/elastic/values.minikube.yaml
-f ./env/elastic/values.yaml
```

This also deploys an elasticsearch-curator which purges the indices every 7 days. This is configurable in `values.yaml`.
Expand Down

0 comments on commit 2581c00

Please sign in to comment.