From e2d1e01708616bd9be1b5538b0efc0d404ed7de5 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 29 Aug 2024 04:55:28 -0500 Subject: [PATCH] update --- internalproxy/templates/gitea.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internalproxy/templates/gitea.yaml b/internalproxy/templates/gitea.yaml index 782c31b..ec29631 100644 --- a/internalproxy/templates/gitea.yaml +++ b/internalproxy/templates/gitea.yaml @@ -35,7 +35,7 @@ spec: entryPoints: - websecure routes: - - match: Host(`gitea.internal.durp.info`) && PathPrefix(`/`) + - match: Host(`gitea.durp.info`) && PathPrefix(`/`) kind: Rule services: - name: gitea @@ -55,9 +55,9 @@ spec: issuerRef: name: letsencrypt-production kind: ClusterIssuer - commonName: "gitea.internal.durp.info" + commonName: "gitea.durp.info" dnsNames: - - "gitea.internal.durp.info" + - "gitea.durp.info" ---