Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Jul 17, 2017
1 parent 9526cc0 commit 676c346
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions configmaps/envoy-initializer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ data:
containers:
- name: envoy
image: lyft/envoy:845747db88f102c0fd262ab234308e9e22f693a1
command: ["/usr/local/bin/envoy"]
args:
- "--concurrency=4"
- "--config-path=/etc/envoy/envoy.json"
- "--mode=serve"
- "--concurrency 4"
- "--config-path /etc/envoy/envoy.json"
- "--mode serve"
ports:
- containerPort: 80
protocol: TCP
Expand Down
4 changes: 2 additions & 2 deletions envoy.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"listeners": [
{
"address": "tcp://0.0.0.0:80",
"address": "tcp://0.0.0.0:8080",
"filters": [
{
"type": "read",
Expand Down Expand Up @@ -50,7 +50,7 @@
"features": "http2",
"hosts": [
{
"url": "tcp://127.0.0.1:8080"
"url": "tcp://127.0.0.1:80"
}
]
}
Expand Down

0 comments on commit 676c346

Please sign in to comment.