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