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