use gcr mirror for images with full docker.io path
cluster constantly failing due to rate limits, please find a better solution
This commit is contained in:
parent
87bc4f1077
commit
f3cceca1c3
@ -12,7 +12,7 @@ spec:
|
|||||||
podSpec:
|
podSpec:
|
||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
image: docker.io/minio/minio:RELEASE.2023-07-18T17-49-40Z@sha256:8879cd0b0c4087817430e21be3ad909d60e9da62fac3e8d9368d9fde51279229
|
image: mirror.gcr.io/minio/minio:RELEASE.2023-07-18T17-49-40Z@sha256:8879cd0b0c4087817430e21be3ad909d60e9da62fac3e8d9368d9fde51279229
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
dedicated: storage
|
dedicated: storage
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
podSpec:
|
podSpec:
|
||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
image: docker.io/minio/minio:RELEASE.2023-07-18T17-49-40Z@sha256:8879cd0b0c4087817430e21be3ad909d60e9da62fac3e8d9368d9fde51279229
|
image: mirror.gcr.io/minio/minio:RELEASE.2023-07-18T17-49-40Z@sha256:8879cd0b0c4087817430e21be3ad909d60e9da62fac3e8d9368d9fde51279229
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
dedicated: storage
|
dedicated: storage
|
||||||
|
@ -72,7 +72,7 @@ spec:
|
|||||||
serviceAccountName: oidc-gateway
|
serviceAccountName: oidc-gateway
|
||||||
containers:
|
containers:
|
||||||
- name: oidc-key-manager
|
- name: oidc-key-manager
|
||||||
image: docker.io/codemowers/passmower
|
image: mirror.gcr.io/codemowers/passmower
|
||||||
command: [ '/app/node_modules/.bin/key-manager', 'initialize', '-c', 'cluster' ]
|
command: [ '/app/node_modules/.bin/key-manager', 'initialize', '-c', 'cluster' ]
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
---
|
---
|
||||||
@ -95,7 +95,7 @@ spec:
|
|||||||
serviceAccountName: oidc-gateway
|
serviceAccountName: oidc-gateway
|
||||||
containers:
|
containers:
|
||||||
- name: oidc-gateway
|
- name: oidc-gateway
|
||||||
image: docker.io/passmower/passmower:latest@sha256:b909ae01a1f8de9253cf3d6925d189eb687b4299c723f646838e1254a95f72be
|
image: mirror.gcr.io/passmower/passmower:latest@sha256:b909ae01a1f8de9253cf3d6925d189eb687b4299c723f646838e1254a95f72be
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
env:
|
env:
|
||||||
|
@ -11,7 +11,7 @@ spec:
|
|||||||
podSpec:
|
podSpec:
|
||||||
containers:
|
containers:
|
||||||
- name: redis
|
- name: redis
|
||||||
image: docker.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4
|
image: mirror.gcr.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- --maxmemory-policy
|
- --maxmemory-policy
|
||||||
|
@ -11,7 +11,7 @@ spec:
|
|||||||
podSpec:
|
podSpec:
|
||||||
containers:
|
containers:
|
||||||
- name: redis
|
- name: redis
|
||||||
image: docker.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4
|
image: mirror.gcr.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
dedicated: storage
|
dedicated: storage
|
||||||
|
@ -12,7 +12,7 @@ spec:
|
|||||||
podSpec:
|
podSpec:
|
||||||
containers:
|
containers:
|
||||||
- name: redis
|
- name: redis
|
||||||
image: docker.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4
|
image: mirror.gcr.io/library/redis:7.0.11@sha256:1008c73f08e9f913868e2fa2e843212b62ea5bf3c66435d87bc7a6207bc0f1b4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- --activedefrag yes
|
- --activedefrag yes
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
# TODO: Figure out how to trigger update
|
# TODO: Figure out how to trigger update
|
||||||
- name: clamd
|
- name: clamd
|
||||||
image: docker.io/clamav/clamav:1.1
|
image: mirror.gcr.io/clamav/clamav:1.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3310
|
- containerPort: 3310
|
||||||
|
@ -146,7 +146,7 @@ spec:
|
|||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
containers:
|
containers:
|
||||||
- name: haraka
|
- name: haraka
|
||||||
image: docker.io/codemowers/wildduck-haraka-inbound:latest@sha256:a130cc6a60ab2a47cb5971355ed2474136254613b4b8bd30aeabc6e123695ea3
|
image: mirror.gcr.io/codemowers/wildduck-haraka-inbound:latest@sha256:a130cc6a60ab2a47cb5971355ed2474136254613b4b8bd30aeabc6e123695ea3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 2525
|
- containerPort: 2525
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: rspamd
|
- name: rspamd
|
||||||
image: docker.io/codemowers/rspamd
|
image: mirror.gcr.io/codemowers/rspamd
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 11333
|
- containerPort: 11333
|
||||||
name: rspamd
|
name: rspamd
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
app: wildduck-operator
|
app: wildduck-operator
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: docker.io/codemowers/wildduck-operator:latest
|
- image: mirror.gcr.io/codemowers/wildduck-operator:latest
|
||||||
name: wildduck-operator
|
name: wildduck-operator
|
||||||
env:
|
env:
|
||||||
- name: MANAGED_DOMAIN
|
- name: MANAGED_DOMAIN
|
||||||
|
@ -51,7 +51,7 @@ spec:
|
|||||||
topologyKey: topology.kubernetes.io/zone
|
topologyKey: topology.kubernetes.io/zone
|
||||||
containers:
|
containers:
|
||||||
- name: wildduck
|
- name: wildduck
|
||||||
image: docker.io/nodemailer/wildduck
|
image: mirror.gcr.io/nodemailer/wildduck
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: wildduck-api
|
name: wildduck-api
|
||||||
|
@ -82,7 +82,7 @@ spec:
|
|||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
containers:
|
containers:
|
||||||
- name: zonemta
|
- name: zonemta
|
||||||
image: docker.io/codemowers/wildduck-zonemta-outbound:latest@sha256:0878c803164e636820398f11a3811f3d92b7771c6202cfe229f97449d0009119
|
image: mirror.gcr.io/codemowers/wildduck-zonemta-outbound:latest@sha256:0878c803164e636820398f11a3811f3d92b7771c6202cfe229f97449d0009119
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- /sbin/tini
|
- /sbin/tini
|
||||||
|
Loading…
Reference in New Issue
Block a user