switch auth

This commit is contained in:
2023-06-04 16:19:20 -04:00
parent 1b999cf88d
commit 6a01c34091

View File

@@ -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