From 7fdc34321f7ba02a795308b32da405aa8960f989 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 7 May 2025 05:07:30 -0500 Subject: [PATCH] update --- dmz/openspeedtest/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dmz/openspeedtest/templates/ingress.yaml b/dmz/openspeedtest/templates/ingress.yaml index 1f2a682..313f2fe 100644 --- a/dmz/openspeedtest/templates/ingress.yaml +++ b/dmz/openspeedtest/templates/ingress.yaml @@ -8,6 +8,7 @@ spec: routes: - match: Host(`speedtest.durp.info`) && PathPrefix(`/`) kind: Rule + tls: true middlewares: - name: authentik-proxy-provider namespace: traefik