homelab/kubernetes/infrastructure/fluxci/notification/ingress.yaml

25 lines
560 B
YAML
Raw Normal View History

2024-09-24 00:13:18 +00:00
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: flux-notifications-ingress
namespace: flux-system
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- match: Host(`flux-notifications.local.fascinated.cc`)
kind: Rule
middlewares:
- name: default-headers
namespace: traefik
2024-09-28 07:28:31 +00:00
- name: compress
namespace: traefik
2024-09-24 00:13:18 +00:00
services:
- name: notification-controller
port: 80
tls:
secretName: fascinated-cc