Skip to content

Commit

Permalink
Update sid-probe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankccv authored Oct 30, 2023
1 parent 57e88b8 commit 0d5e5a6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/guide/k8s/sancus/sid-probe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,25 @@ spec:
- mountPath: /opt/mmt/probe/pcaps/
name: share-disk

- name: filter
image: "franckccv/filter_sid:1.0"
imagePullPolicy: Always
env:
- name: reduction_factor
value: "10"
- name: kafka_ip
value: "kafka"
- name: kafka_port
value: "9092"
- name: input_topic
value: "sid-reports"
- name: output_topic
value: "filter-reports"
resources:
requests:
memory: "512Mi"
cpu: "500m"

#CERT IDS
- name: cert-ids
image: certhsancus/ids:latest
Expand Down

0 comments on commit 0d5e5a6

Please sign in to comment.