forked from LaconicNetwork/kompose
Convert registry to k8s.gcr.io
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ version: "2"
|
||||
|
||||
services:
|
||||
redis-master:
|
||||
image: gcr.io/google_containers/redis:e2e
|
||||
image: k8s.gcr.io/redis:e2e
|
||||
ports:
|
||||
- "6379"
|
||||
redis-slave:
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
"containers": [
|
||||
{
|
||||
"name": "redis-master",
|
||||
"image": "gcr.io/google_containers/redis:e2e",
|
||||
"image": "k8s.gcr.io/redis:e2e",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 6379
|
||||
|
||||
Reference in New Issue
Block a user