kubernetes-hands-on/08-service/02-bash.yml

10 lines
108 B
YAML
Raw Normal View History

2019-05-14 22:04:12 +06:00
---
2019-05-09 19:40:37 +06:00
apiVersion: v1
kind: Pod
metadata:
name: bash
spec:
containers:
2019-05-14 22:04:12 +06:00
- name: bash
image: nginx