Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Mar 4, 2016
1 parent 9012303 commit a12dbed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/dev/scope/scope-probe-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- --probe.docker.bridge=cbr0
- --probe.docker=true
- --probe.kubernetes=true
- --app.weave.addr=
- --probe.weave.router.addr=
- --debug

# We cannot refer to the Scope App with its Kubernetes Service
Expand Down
2 changes: 1 addition & 1 deletion k8s/local/scope/scope-probe-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- --no-app
- --probe.docker=true
- --probe.kubernetes=true
- --app.weave.addr=
- --probe.weave.router.addr=
# We cannot refer to the Scope App with its Kubernetes Service
# DNS name (weave-scope-app) directly because Docker doesn't
# allow customizing the DNS servers (the Kubernetes DNS add-on
Expand Down
2 changes: 1 addition & 1 deletion k8s/prod/scope/scope-probe-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- --probe.docker.bridge=cbr0
- --probe.docker=true
- --probe.kubernetes=true
- --app.weave.addr=
- --probe.weave.router.addr=

# We cannot refer to the Scope App with its Kubernetes Service
# DNS name (weave-scope-app) directly because Docker doesn't
Expand Down

0 comments on commit a12dbed

Please sign in to comment.