cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 5edbfdcd73907d521b23d3e25c523ef093b4ded9
parent b65b2dc175c0061e53b12e2b51f1b8f6f13bb101
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 22 Nov 2024 14:36:33 +0100

Give nodeports a second try

Diffstat:
Mapps/base/traefik/release.yaml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/apps/base/traefik/release.yaml b/apps/base/traefik/release.yaml @@ -148,11 +148,14 @@ spec: port: 80 targetPort: web nodePort: 80 + name: http - protocol: TCP port: 443 targetPort: websecure nodePort: 443 + name: https - protocol: UDP port: 443 targetPort: websecure nodePort: 443 + name: http3