Use gcr.io registry for xtrabackup image.
This commit is contained in:
committed by
Devin Donnelly
parent
c0faa51b95
commit
0e308a7c26
@@ -39,7 +39,7 @@ spec:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "clone-mysql",
|
"name": "clone-mysql",
|
||||||
"image": "enisoc/xtrabackup",
|
"image": "gcr.io/google-samples/xtrabackup:1.0",
|
||||||
"command": ["bash", "-c", "
|
"command": ["bash", "-c", "
|
||||||
set -ex\n
|
set -ex\n
|
||||||
# Skip the clone if data already exists.\n
|
# Skip the clone if data already exists.\n
|
||||||
@@ -90,7 +90,7 @@ spec:
|
|||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
- name: xtrabackup
|
- name: xtrabackup
|
||||||
image: enisoc/xtrabackup:latest
|
image: gcr.io/google-samples/xtrabackup:1.0
|
||||||
ports:
|
ports:
|
||||||
- name: xtrabackup
|
- name: xtrabackup
|
||||||
containerPort: 3307
|
containerPort: 3307
|
||||||
|
|||||||
Reference in New Issue
Block a user