feat: add vector for FortiGate syslog TLS

This commit is contained in:
JJGadgets
2025-10-10 23:23:17 +08:00
parent 4c2ac36784
commit 0d461f9dcf
2 changed files with 20 additions and 0 deletions

View File

@@ -102,3 +102,17 @@ spec:
policyTypes: [Ingress, Egress]
rules:
ingress: [from: [{ipBlock: {cidr: "${IP_ROUTER_VLAN_K8S}/32"}}]]
egress:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: monitoring
podSelector:
matchLabels:
app.kubernetes.io/name: victoria-logs
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: monitoring
podSelector:
matchLabels:
app.kubernetes.io/name: victoria-logs-single

View File

@@ -17,6 +17,12 @@ spec:
podSelector:
matchLabels:
app.kubernetes.io/name: fluentbit
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: vector
podSelector:
matchLabels:
app.kubernetes.io/name: vector
- from:
- ipBlock:
cidr: "${IP_ROUTER_VLAN_K8S:=127.0.0.1}/32"