mirror.gcr.io
and explicit latest tag
This commit is contained in:
@@ -27,7 +27,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: exporter
|
||||
image: prom/mysqld-exporter:latest
|
||||
image: mirror.gcr.io/prom/mysqld-exporter:latest
|
||||
env:
|
||||
- name: DATA_SOURCE_NAME
|
||||
value: exporter@tcp(127.0.0.1)/
|
||||
|
@@ -21,7 +21,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: minio
|
||||
image: minio/minio:latest
|
||||
image: mirror.gcr.io/minio/minio:latest
|
||||
command: ["minio"]
|
||||
ports:
|
||||
- name: minio
|
||||
|
@@ -43,7 +43,7 @@ spec:
|
||||
- name: mongo-data
|
||||
mountPath: /data/db
|
||||
- name: exporter
|
||||
image: percona/mongodb_exporter:0.44
|
||||
image: mirror.gcr.io/percona/mongodb_exporter:0.44
|
||||
args:
|
||||
- --compatible-mode
|
||||
- --mongodb.direct-connect=false
|
||||
|
Reference in New Issue
Block a user