1086e6426c
Also: * Cleanup pasted yaml and instead embed file * Clarify Service test sections by including busybox exec commands as part of the preformatted section
11 lines
143 B
YAML
11 lines
143 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:1.7.9
|
|
ports:
|
|
- containerPort: 80
|