mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add middleware for authentication in dashboard ingress
This commit is contained in:
@@ -10,6 +10,8 @@ spec:
|
|||||||
routes:
|
routes:
|
||||||
- match: Host(`${K8S_DASHBOARD_DOMAIN}`)
|
- match: Host(`${K8S_DASHBOARD_DOMAIN}`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
middlewares:
|
||||||
|
- name: "auth-authelia@kubernetescrd"
|
||||||
services:
|
services:
|
||||||
- name: dashboard-kong-proxy
|
- name: dashboard-kong-proxy
|
||||||
port: 443
|
port: 443
|
||||||
|
|||||||
Reference in New Issue
Block a user