From fd0b24e30dd37fecc9ab614db378bf6930fd3c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sun, 9 Jul 2023 01:53:33 +0200 Subject: [PATCH] fix date --- content/post/20230709-traefik.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/20230709-traefik.md b/content/post/20230709-traefik.md index d164de8..5bac1c1 100644 --- a/content/post/20230709-traefik.md +++ b/content/post/20230709-traefik.md @@ -1,5 +1,5 @@ --- -date: 2022-09-04T05:04:00+01:00 +date: 2023-07-09T01:53:00+02:00 title: Kubernetes/k3s Rancher with Traefik for HTTP/3 - v20230709 author: jochum tags: @@ -196,7 +196,7 @@ service: loadBalancerSourceRanges: [] single: true spec: {} - type: LoadBalancer + type: NodePort serviceAccount: name: '' serviceAccountAnnotations: {}