use notifications

This commit is contained in:
Lee
2024-09-24 01:13:18 +01:00
parent 412a0cdc64
commit bbf84a1fd2
7 changed files with 78 additions and 5 deletions

View File

@ -0,0 +1,22 @@
---
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
services:
- name: notification-controller
port: 80
tls:
secretName: fascinated-cc