Move dns-frontend images to gcr.io

This commit is contained in:
Dr. Stefan Schimanski 2015-11-06 10:43:52 +01:00
parent fe6559829a
commit da194b4637
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: dns-backend - name: dns-backend
image: ddysher/dns-backend image: gcr.io/google_containers/example-dns-backend:v1
ports: ports:
- name: backend-port - name: backend-port
containerPort: 8000 containerPort: 8000

View File

@ -7,7 +7,7 @@ metadata:
spec: spec:
containers: containers:
- name: dns-frontend - name: dns-frontend
image: ddysher/dns-frontend image: gcr.io/google_containers/example-dns-frontend:v1
command: command:
- python - python
- client.py - client.py