Skip to content

Shuttle Resource Requirements

Shuttle pod resources · deploy/deployment.yaml
resources:
  requests:
    cpu: 100m
    memory: 256Mi
  limits:
    cpu: 500m
    memory: 1Gi

Expected steady-state for 1,000 pods: ~50m CPU, ~100Mi memory.


Cross-references

Where these requests/limits are scaffolded (deploy/deployment.yaml) → §21 · the memory ceiling validated by success criteria → §30 · the Informer cache that drives the memory footprint → §19.4.