add mirror.gcr.io to registerless images
This commit is contained in:
@@ -31,7 +31,7 @@ spec:
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
containers:
|
||||
- name: go2rtc
|
||||
image: alexxit/go2rtc
|
||||
image: mirror.gcr.io/alexxit/go2rtc:latest
|
||||
ports:
|
||||
- name: rtsp
|
||||
containerPort: 8554
|
||||
|
||||
@@ -95,7 +95,7 @@ deployment:
|
||||
|
||||
image:
|
||||
# -- default to amd64 docker image
|
||||
repository: dxflrs/amd64_garage
|
||||
repository: mirror.gcr.io/dxflrs/amd64_garage
|
||||
# -- set the image tag, please prefer using the chart version and not this
|
||||
# to avoid compatibility issues
|
||||
tag: ""
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
mountPath: "/keyfile"
|
||||
containers:
|
||||
- name: mongodb
|
||||
image: mongo:8
|
||||
image: mirror.gcr.io/library/mongo:8
|
||||
ports:
|
||||
- containerPort: 27017
|
||||
name: mongo
|
||||
|
||||
@@ -216,7 +216,7 @@ spec:
|
||||
serviceAccountName: kubernetes-dashboard
|
||||
containers:
|
||||
- name: kubernetes-dashboard
|
||||
image: "kubernetesui/dashboard:v2.4.0"
|
||||
image: "mirror.gcr.io/kubernetesui/dashboard:v2.4.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- --namespace=kubernetes-dashboard
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: mongodb
|
||||
image: mongo:8
|
||||
image: mirror.gcr.io/library/mongo:8
|
||||
ports:
|
||||
- containerPort: 27017
|
||||
name: mongo
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: mongodb
|
||||
image: mongo:8
|
||||
image: mirror.gcr.io/library/mongo:8
|
||||
ports:
|
||||
- containerPort: 27017
|
||||
name: mongo
|
||||
|
||||
Reference in New Issue
Block a user