33bdbfca4e
nits: Fix title typo Add memory-constraints.yaml Add memory-constraints-pod.yaml Add example files nits: - index title capitalization - use Container instead of Kontainer - fix typos - translate whatsnext references title
14 lines
229 B
YAML
14 lines
229 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: constraints-mem-demo
|
|
spec:
|
|
containers:
|
|
- name: constraints-mem-demo-ctr
|
|
image: nginx
|
|
resources:
|
|
limits:
|
|
memory: "800Mi"
|
|
requests:
|
|
memory: "600Mi"
|