Kubernetes.K3s.installLog/services/Gotify/ingressroute-gotify.yaml

18 lines
341 B
YAML

apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: gotify
namespace: gotify
spec:
entryPoints:
- websecure
routes:
- match: Host(`notify.spamasaurus.com`)
kind: Rule
services:
- name: gotify
port: 80
middlewares:
- name: security-headers@file
- name: compression@file