From 634e17a502cc85e601997e59e79d1930f2da0c29 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 7 Dec 2023 18:31:20 -0600 Subject: [PATCH] update --- gitea/templates/ingress.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/gitea/templates/ingress.yaml b/gitea/templates/ingress.yaml index d773e0e..77725fe 100644 --- a/gitea/templates/ingress.yaml +++ b/gitea/templates/ingress.yaml @@ -1,19 +1,19 @@ -apiVersion: traefik.containo.us/v1alpha1 -kind: IngressRoute -metadata: - annotations: - name: gitea-ingress -spec: - entryPoints: - - websecure - routes: - - match: Host(`gitea.durp.info`) && PathPrefix(`/`) - kind: Rule - services: - - name: gitea-http - port: 3000 - tls: - secretName: gitea-tls +#apiVersion: traefik.containo.us/v1alpha1 +#kind: IngressRoute +#metadata: +# annotations: +# name: gitea-ingress +#spec: +# entryPoints: +# - websecure +# routes: +# - match: Host(`gitea.durp.info`) && PathPrefix(`/`) +# kind: Rule +# services: +# - name: gitea-http +# port: 3000 +# tls: +# secretName: gitea-tls ---