From 6a01c34091b577a65a9cbb204468a8cbce34ec52 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 4 Jun 2023 16:19:20 -0400 Subject: [PATCH] switch auth --- charts/durpapi/templates/ingress.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/charts/durpapi/templates/ingress.yaml b/charts/durpapi/templates/ingress.yaml index 8d68050..7021ee6 100644 --- a/charts/durpapi/templates/ingress.yaml +++ b/charts/durpapi/templates/ingress.yaml @@ -7,11 +7,6 @@ spec: - websecure routes: - match: Host("{{ .Values.ingress.host }}") && PathPrefix(`/`) - kind: Rule - services: - - name: "{{ .Chart.Name }}-service" - port: {{ .Values.service.port }} - - match: Host("{{ .Values.ingress.host }}") && PathPrefix(`/api`) middlewares: - name: authentik-proxy-provider namespace: traefik