From 6d087243423a7e8c82a7bd5aa32dde3b58914444 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 21 Oct 2022 09:44:49 -0500 Subject: [PATCH] test new link --- littlelink/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/littlelink/templates/ingress.yaml b/littlelink/templates/ingress.yaml index a5ab101..6cd7262 100644 --- a/littlelink/templates/ingress.yaml +++ b/littlelink/templates/ingress.yaml @@ -7,7 +7,7 @@ metadata: cert-manager.io/cluster-issuer: letsencrypt-production spec: rules: - - host: links.durp.info + - host: durp.info http: paths: - path: / @@ -19,5 +19,5 @@ spec: number: 80 tls: - hosts: - - links.durp.info + - durp.info secretName: links-durp-tls