Container Deployment
v2.9.0
Search this version
Container Deployment
Container Deployment
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Resource requirements
Copy Markdown
Open in ChatGPT
Open in Claude
By default, the charts set no resource requests or limits. For any environment carrying real traffic, set requests and limits explicitly.
The published baseline
Per-component minimums are maintained in System requirements:
Component | CPU | Memory | Storage |
|---|---|---|---|
| 8 | 16Gi | 1Ti SSD/NVMe |
| 2 | 32Gi | 20Gi |
| 4 | 8Gi | 100Gi |
| 8 | 8Gi | 1Ti SSD/NVMe |
| 4 | 4Gi | 100Gi |
| 4 | 4Gi | 50Gi |
| 4 | 8Gi | 50Gi |
| 4 | 8Gi | 50Gi |
| See the MetaDefender Core requirements |
Assigning CPU and memory
Requests and limits use the standard Kubernetes
resourcesblock. Every component in both charts accepts it. Updateoverride-values.yamlin Quick start
# --- Instance ---
workers:
ometascan:
resources:
requests: { cpu: "4", memory: 4Gi, ephemeral-storage: 200Gi }
limits: { cpu: "8", memory: 16Gi, ephemeral-storage: 200Gi }
# The API Gateway and Callback Service have the same allowance.
api-gateway:
resources:
requests: { cpu: "4", memory: 8Gi, ephemeral-storage: 50Gi }
limits: { cpu: "4", memory: 8Gi, ephemeral-storage: 50Gi }
callback-service:
resources:
requests: { cpu: "4", memory: 8Gi, ephemeral-storage: 50Gi }
limits: { cpu: "4", memory: 8Gi, ephemeral-storage: 50Gi }
# --- Services ---
control-center:
resources:
requests: { cpu: "2", memory: 4Gi, ephemeral-storage: 100Gi }
limits: { cpu: "4", memory: 4Gi, ephemeral-storage: 100Gi }
identity-service:
resources:
requests: { cpu: "1", memory: 1Gi, ephemeral-storage: 50Gi }
limits: { cpu: "2", memory: 2Gi, ephemeral-storage: 50Gi }
file-storage:
resources:
requests: { cpu: "2", memory: 4Gi }
limits: { cpu: "8", memory: 8Gi }
persistence:
enabled: true
size: 100Gi
postgres:
resources:
requests: { cpu: "4", memory: 8Gi }
limits: { cpu: "8", memory: 8Gi }
persistence:
enabled: true
size: 100Gi
Apply config
helm upgrade mdcluster ./mdcluster --install -f ./override-values.yaml
Last updated on
Was this page helpful?
Next to read:
Upgradenull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message