2015-06-09 21:26:41 +00:00
|
|
|
apiVersion: v1
|
2015-04-03 20:58:08 +00:00
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: dns-frontend
|
|
|
|
labels:
|
|
|
|
name: dns-frontend
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: dns-frontend
|
2015-11-06 09:43:52 +00:00
|
|
|
image: gcr.io/google_containers/example-dns-frontend:v1
|
2015-04-03 20:58:08 +00:00
|
|
|
command:
|
|
|
|
- python
|
|
|
|
- client.py
|
2015-06-10 20:58:43 +00:00
|
|
|
- http://dns-backend.development.cluster.local:8000
|
2015-04-03 20:58:08 +00:00
|
|
|
imagePullPolicy: Always
|
|
|
|
restartPolicy: Never
|