mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-15 01:32:24 +00:00
9 lines
220 B
YAML
9 lines
220 B
YAML
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
|