2025-03-28 11:51:48 +11:00
|
|
|
apiVersion: traefik.io/v1alpha1
|
2024-01-02 17:31:53 +11:00
|
|
|
kind: IngressRoute
|
|
|
|
metadata:
|
|
|
|
name: lighttpd
|
|
|
|
namespace: lighttpd
|
|
|
|
spec:
|
|
|
|
entryPoints:
|
|
|
|
- websecure
|
|
|
|
routes:
|
|
|
|
- match: Host(`bessems.com`) || Host(`bessems.eu`) || Host(`gabaldon.eu`) || Host(`gabaldon.nl`) || Host(`sn.itch.fyi`) || Host(`spamasaurus.com`)
|
|
|
|
kind: Rule
|
|
|
|
services:
|
|
|
|
- name: lighttpd
|
|
|
|
port: 8080
|
|
|
|
middlewares:
|
|
|
|
- name: security-headers@file
|
|
|
|
- name: compression@file
|