mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 06:39:39 +00:00
fix(cloudflared): flux notification-controller
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user