Requests but no memory limit
A container that can grow until the node evicts something, including itself
apiVersion: apps/v1
kind: Deployment
metadata:
name: api
spec:
replicas: 3
template:
spec:
containers:
- name: app
resources:
requests:
cpu: 100m
memory: 128Mi