switch auth
This commit is contained in:
@@ -7,11 +7,6 @@ spec:
|
|||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host("{{ .Values.ingress.host }}") && PathPrefix(`/`)
|
- 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:
|
middlewares:
|
||||||
- name: authentik-proxy-provider
|
- name: authentik-proxy-provider
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user