apiVersion: apps/v1 kind: Deployment metadata: name: inflate namespace: other spec: replicas: 0 selector: matchLabels: app: inflate template: metadata: labels: app: inflate spec: nodeSelector: type: karpenter terminationGracePeriodSeconds: 0 containers: - name: inflate image: public.ecr.aws/eks-distro/kubernetes/pause:3.2 resources: requests: memory: 1Gi