switch auth
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user