Use gcr.io registry for xtrabackup image.

reviewable/pr1722/r7
Anthony Yeh 2016-11-23 15:44:28 -08:00
parent 38edbd87e6
commit 7b64235499
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ spec:
},
{
"name": "clone-mysql",
"image": "enisoc/xtrabackup",
"image": "gcr.io/google-samples/xtrabackup:1.0",
"command": ["bash", "-c", "
set -ex\n
# Skip the clone if data already exists.\n
@ -90,7 +90,7 @@ spec:
initialDelaySeconds: 5
timeoutSeconds: 1
- name: xtrabackup
image: enisoc/xtrabackup:latest
image: gcr.io/google-samples/xtrabackup:1.0
ports:
- name: xtrabackup
containerPort: 3307