explicitly use docker library
This commit is contained in:
@@ -32,7 +32,7 @@ spec:
|
||||
- name: DATA_SOURCE_NAME
|
||||
value: exporter@tcp(127.0.0.1)/
|
||||
- name: mariadb
|
||||
image: mariadb:10.5
|
||||
image: mirror.gcr.io/library/mariadb:10.5
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: MYSQL_ROOT_PASSWORD
|
||||
|
@@ -37,7 +37,7 @@ spec:
|
||||
serviceAccountName: memcached
|
||||
containers:
|
||||
- name: memcached
|
||||
image: memcached:1-alpine
|
||||
image: mirror.gcr.io/library/memcached:1-alpine
|
||||
securityContext:
|
||||
runAsUser: 1001
|
||||
readOnlyRootFilesystem: true
|
||||
|
@@ -23,7 +23,7 @@ spec:
|
||||
fsGroup: 999
|
||||
containers:
|
||||
- name: mongo
|
||||
image: mongo:5
|
||||
image: mirror.gcr.io/library/mongo:5
|
||||
command:
|
||||
- mongod
|
||||
- --quiet
|
||||
|
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: mongoexpress
|
||||
image: mongo-express
|
||||
image: mirror.gcr.io/library/mongo-express
|
||||
ports:
|
||||
- name: mongoexpress
|
||||
containerPort: 8081
|
||||
|
Reference in New Issue
Block a user