Kubernetes.K3s.installLog/services/Authelia/ingressroute-authelia.yaml

18 lines
340 B
YAML
Raw Normal View History

2025-03-28 11:51:48 +11:00
apiVersion: traefik.io/v1alpha1
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