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

18 lines
341 B
YAML
Raw Normal View History

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