mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 18:18:27 +00:00
feat: add vector for FortiGate syslog TLS
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user