From 97c8a1d7abbcd5f8228e02b08e3c82a18eba0794 Mon Sep 17 00:00:00 2001 From: AlmogBaku Date: Thu, 19 May 2016 01:09:32 +0300 Subject: [PATCH] fixes wrong "default" for k8s annotation in document... --- docs/toml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toml.md b/docs/toml.md index c3aa5f4f0..ebf17ab71 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -653,7 +653,7 @@ Træfɪk can be configured to use Kubernetes Ingress as a backend configuration: Annotations can be used on containers to override default behaviour for the whole Ingress resource: -- `traefik.frontend.rule.type: PathPrefixStrip`: override the default frontend rule (Default: `Host:{containerName}.{domain}`). +- `traefik.frontend.rule.type: PathPrefixStrip`: override the default frontend rule type (Default: `PathPrefix`). You can find here an example [ingress](https://raw.githubusercontent.com/containous/traefik/master/examples/k8s.ingress.yaml) and [replication controller](https://raw.githubusercontent.com/containous/traefik/master/examples/k8s.rc.yaml).