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
233 B
YAML
14 lines
233 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: constraints-mem-demo-2
|
|
spec:
|
|
containers:
|
|
- name: constraints-mem-demo-2-ctr
|
|
image: nginx
|
|
resources:
|
|
limits:
|
|
memory: "1.5Gi"
|
|
requests:
|
|
memory: "800Mi"
|