Refactor Kubernetes configuration to use Traefik for dashboard routing
This commit is contained in:
@@ -5,9 +5,9 @@ metadata:
|
||||
name: dashboard
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
- traefik
|
||||
routes:
|
||||
- match: Host(`node03.local`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
|
||||
- match: (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
|
||||
kind: Rule
|
||||
services:
|
||||
- name: api@internal
|
||||
|
||||
Reference in New Issue
Block a user