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
10 lines
141 B
YAML
10 lines
141 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: constraints-mem-demo-4
|
|
spec:
|
|
containers:
|
|
- name: constraints-mem-demo-4-ctr
|
|
image: nginx
|
|
|