mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Create middleware.yaml
This commit is contained in:
parent
2517d5fd04
commit
8e1ed2a261
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: traefik-dashboard-basicauth
|
||||
namespace: traefik
|
||||
spec:
|
||||
basicAuth:
|
||||
secret: traefik-dashboard-auth # make sure this matches the secret name
|
Loading…
Reference in a new issue