Files
weave-scope/extras/example/frontend-k8s/default.conf
Jonathan Lange 1c440486f0 Delete experimental, replace with 'extras'
extras contains fixprobe and example, and ought to build properly
2016-07-07 14:30:08 +01:00

8 lines
107 B
Plaintext

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