2023-09-19 08:02:18 +00:00
|
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
|
|
kind: IngressRoute
|
|
|
|
metadata:
|
2024-01-02 06:31:53 +00:00
|
|
|
name: gotify
|
|
|
|
namespace: gotify
|
2023-09-19 08:02:18 +00:00
|
|
|
spec:
|
|
|
|
entryPoints:
|
|
|
|
- websecure
|
|
|
|
routes:
|
2024-01-02 06:31:53 +00:00
|
|
|
- match: Host(`notify.spamasaurus.com`)
|
2023-09-19 08:02:18 +00:00
|
|
|
kind: Rule
|
|
|
|
services:
|
2024-01-02 06:31:53 +00:00
|
|
|
- name: gotify
|
|
|
|
port: 80
|
2023-09-19 08:02:18 +00:00
|
|
|
middlewares:
|
|
|
|
- name: security-headers@file
|
|
|
|
- name: compression@file
|