From 3d2f5007517628ce48ac7e3894dcefc6de84a3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Wed, 7 Sep 2022 04:01:19 +0200 Subject: [PATCH] Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- content/post/20220904-rancher-traefik.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/20220904-rancher-traefik.md b/content/post/20220904-rancher-traefik.md index 63e7479..2a3805c 100644 --- a/content/post/20220904-rancher-traefik.md +++ b/content/post/20220904-rancher-traefik.md @@ -8,11 +8,11 @@ tags: - traefik --- -Yesterday a friend of mine [Rei Bauer](https://my.stargazer.at/) told me about HTTP/3 and how much faster it made here website. +Yesterday a friend of mine [Rei Bauer](https://my.stargazer.at/) told me about HTTP/3 and how much faster it made her website. She got new tools, I WANT THAT TOO. -For me thats not a 5 minutes job as I have to replace [ingress-nginx](https://github.com/kubernetes/ingress-nginx) with [traefik](https://traefik.io/). +For me that wasn't a 5 minutes job as I had to replace [ingress-nginx](https://github.com/kubernetes/ingress-nginx) with [traefik](https://traefik.io/). ### Remove the current L7 Loadbalancer