mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Move dns-frontend images to gcr.io
This commit is contained in:
parent
fe6559829a
commit
da194b4637
@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: dns-backend
|
||||
image: ddysher/dns-backend
|
||||
image: gcr.io/google_containers/example-dns-backend:v1
|
||||
ports:
|
||||
- name: backend-port
|
||||
containerPort: 8000
|
||||
|
@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: dns-frontend
|
||||
image: ddysher/dns-frontend
|
||||
image: gcr.io/google_containers/example-dns-frontend:v1
|
||||
command:
|
||||
- python
|
||||
- client.py
|
||||
|
Loading…
Reference in New Issue
Block a user