From c52c40f061fc3a21b19c9ad5352a314832bc0bb1 Mon Sep 17 00:00:00 2001 From: Daniel Tomcej Date: Thu, 14 May 2020 08:30:06 -0700 Subject: [PATCH] Improve redirectScheme documentation --- docs/content/middlewares/redirectscheme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/middlewares/redirectscheme.md b/docs/content/middlewares/redirectscheme.md index 144007563..8fd2c5e39 100644 --- a/docs/content/middlewares/redirectscheme.md +++ b/docs/content/middlewares/redirectscheme.md @@ -208,7 +208,7 @@ metadata: spec: redirectScheme: # ... - port: 443 + port: "443" ``` ```yaml tab="Consul Catalog" @@ -247,5 +247,7 @@ http: test-redirectscheme: redirectScheme: # ... - port: 443 + port: "443" ``` + +!!! info "Port in this configuration is a string, not a numeric value."