2025-03-28 11:51:48 +11:00
|
|
|
apiVersion: traefik.io/v1alpha1
|
2023-12-28 10:03:36 +11:00
|
|
|
kind: IngressRoute
|
|
|
|
metadata:
|
|
|
|
name: authelia
|
|
|
|
namespace: authelia
|
|
|
|
spec:
|
|
|
|
entryPoints:
|
|
|
|
- websecure
|
|
|
|
routes:
|
|
|
|
- match: Host(`auth.spamasaurus.com`)
|
|
|
|
kind: Rule
|
|
|
|
services:
|
|
|
|
- name: authelia
|
|
|
|
port: 9091
|
|
|
|
middlewares:
|
|
|
|
- name: security-headers@file
|
2025-03-28 12:34:25 +11:00
|
|
|
# - name: compression@file
|