mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Add Kubernetes dashboard
This commit is contained in:
18
apps/prod/dashboard/ingress.yaml
Normal file
18
apps/prod/dashboard/ingress.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# /apps/prod/dashboard/ingress.yaml
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: dashboard
|
||||
namespace: dashboard
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`${K8S_DASHBOARD_DOMAIN}`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: authelia
|
||||
namespace: auth
|
||||
services:
|
||||
- name: kubernetes-dashboard
|
||||
port: 80
|
||||
Reference in New Issue
Block a user