Commit a68a9aaf authored by Geoff Simmons's avatar Geoff Simmons

Minor doc fix.

parent f0bea38c
......@@ -126,10 +126,10 @@ that:
according to its load balancing algorithm (currently only round-robin).
* If the request does not match any Service according to the
IngressRules, then:
* If a default Backend (a Service) was defined in the IngressSpec,
then the request is assigned to the corresponding director.
* Otherwise, a synthetic 404 Not Found response is generated by
Varnish.
* If a default Backend (a Service) was defined in the IngressSpec,
then the request is assigned to the corresponding director.
* Otherwise, a synthetic 404 Not Found response is generated by
Varnish.
* If there is no valid Ingress definition (none has been defined
since the Varnish instance started, or the only valid definition
was deleted), then Varnish generates a synthetic 404 Not Found
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment