fix(cloudflared): flux notification-controller

This commit is contained in:
JJGadgets
2023-11-29 15:28:52 +08:00
parent b71f8b5e01
commit 625b83ca2a

View File

@@ -65,6 +65,20 @@ spec:
rules:
dns:
- matchPattern: "*"
# allow Flux notification-controller ingress
- toEndpoints:
- matchLabels:
io.kubernetes.pod.namespace: flux-system
app: notification-controller
toPorts:
- ports:
- port: "9292"
protocol: TCP
- port: "80"
protocol: TCP
rules:
http:
- {}
---
apiVersion: "cilium.io/v2"
kind: CiliumClusterwideNetworkPolicy