From e8a90fcc0eb282fd2c3dfc9cbf17214e910416a4 Mon Sep 17 00:00:00 2001 From: "ryan-distrust.co" Date: Tue, 5 Aug 2025 19:48:30 -0400 Subject: [PATCH] nullify email, because spam, fix ingress --- kustomizations/website/ingress.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kustomizations/website/ingress.yaml b/kustomizations/website/ingress.yaml index 879d36f..3e79896 100644 --- a/kustomizations/website/ingress.yaml +++ b/kustomizations/website/ingress.yaml @@ -13,14 +13,14 @@ spec: http: paths: - path: /.well-known/openpgpkey - pathType: Prefix + pathType: ImplementationSpecific backend: service: name: wellknown-openpgp port: number: 80 - path: /.well-known/matrix - pathType: Prefix + pathType: ImplementationSpecific backend: service: name: wellknown-matrix @@ -37,7 +37,7 @@ spec: pathType: Prefix backend: service: - name: web-form + name: website port: number: 80 tls: