d43ecb35b9
* Update nginx to modern versions on ja docs * Restore removed whitespaces
11 lines
144 B
YAML
11 lines
144 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:1.14.2
|
|
ports:
|
|
- containerPort: 80
|