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 Nov 22, 2023
1 parent fe788d4 commit f7f76f2
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions docs/guide/k8s/sancus/sid-probe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
# MI probe
- name: mmt-probe
image: ghcr.io/montimage/mmt-probe:v1.5.12-ncu-09
image: ghcr.io/montimage/mmt-probe:v1.5.12-ncu-10
imagePullPolicy: Always
env:
- name: "MMT_SEC_5G_DOS_NGAP_INITIALUEMESSAGE_MS_LIMIT"
Expand Down Expand Up @@ -55,25 +55,6 @@ 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 f7f76f2

Please sign in to comment.