|
@@ -65,14 +65,14 @@ spec:
|
|
|
|
|
|
ingressRoute:
|
|
|
dashboard:
|
|
|
- enabled: false
|
|
|
- #enabled: true
|
|
|
- #matchRule: Host(`traefik.lan.jibby.org`)
|
|
|
- # TODO auth https://doc.traefik.io/traefik/middlewares/http/basicauth/
|
|
|
- #entryPoints: ["websecure"]
|
|
|
- #middlewares:
|
|
|
- #- name: lanonly
|
|
|
- # namespace: kube-system
|
|
|
+ enabled: true
|
|
|
+ matchRule: Host(`traefik.lan.jibby.org`)
|
|
|
+ entryPoints: ["websecure"]
|
|
|
+ middlewares:
|
|
|
+ - name: lanonly
|
|
|
+ namespace: kube-system
|
|
|
+ - name: traefik-dash-auth
|
|
|
+ namespace: kube-system
|
|
|
|
|
|
# Fix for acme.json file being changed to 660 from 600
|
|
|
# This can manifest as the incredibly unhelpful "the router <router name> uses a non-existent resolver: <resolver name>"
|