Files
weave-scope/experimental/example/frontend-k8s/default.conf
Tom Wilkie 2978794747 Make the example work on kubernetes (#1463)
* Make the example work on kubernetes

* Example app: Launch weave if not running.
2016-05-10 20:25:36 +02:00

8 lines
107 B
Plaintext

server {
listen 80;
location / {
proxy_pass http://app.default.svc.cluster.local;
}
}