explicitly use docker library

This commit is contained in:
2025-04-19 00:17:31 +03:00
parent e22713b282
commit 5bd0a57417
11 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -23,7 +23,7 @@ spec:
fsGroup: 999
containers:
- name: mongo
image: mongo:5
image: mirror.gcr.io/library/mongo:5
command:
- mongod
- --quiet

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: mongoexpress
image: mongo-express
image: mirror.gcr.io/library/mongo-express
ports:
- name: mongoexpress
containerPort: 8081