Merge pull request #6749 from thockin-tmp/gcr-vanity
Convert registry to k8s.gcr.io
This commit is contained in:
@@ -87,7 +87,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: nginx
|
||||
image: gcr.io/google_containers/nginx-slim:0.8
|
||||
image: k8s.gcr.io/nginx-slim:0.8
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: web
|
||||
|
||||
Reference in New Issue
Block a user