From 52842d1a8256ceae06caf461968ad5caaf092363 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 8 Aug 2023 16:11:27 -0500 Subject: [PATCH] update --- durpapi/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index b7f23e9..2794099 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -6,13 +6,13 @@ spec: entryPoints: - websecure routes: - - match: Host("api.durp.info/durpapi") && PathPrefix(`/`) + - match: Host("api.durp.info") && PathPrefix(`/durpapi`) middlewares: - name: authentik-proxy-provider namespace: traefik kind: Rule services: - - name: "{{ .Chart.Name }}-service" + - name: durpapi-service.durpapi.traefik.mesh port: 80 tls: secretName: durpapi-tls