19 lines
		
	
	
		
			379 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			379 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
|  | apiVersion: traefik.io/v1alpha1
 | ||
|  | kind: IngressRoute
 | ||
|  | metadata:
 | ||
|  |   name: wizarr
 | ||
|  |   namespace: wizarr
 | ||
|  | spec:
 | ||
|  |   entryPoints:
 | ||
|  |     - websecure
 | ||
|  |   routes:
 | ||
|  |   - match: Host(`account.pvr.spamasaurus.com`)
 | ||
|  |     kind: Rule
 | ||
|  |     services:
 | ||
|  |     - name: wizarr
 | ||
|  |       port: 5690
 | ||
|  |     middlewares:
 | ||
|  |       - name: 2fa-authentication@file
 | ||
|  |       - name: security-headers@file
 | ||
|  |       # - name: compression@file
 |