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:
2024-04-28 04:58:50 +03:00
parent 87bc4f1077
commit f3cceca1c3
12 changed files with 13 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ spec:
serviceAccountName: oidc-gateway
containers:
- 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' ]
restartPolicy: Never
---
@@ -95,7 +95,7 @@ spec:
serviceAccountName: oidc-gateway
containers:
- name: oidc-gateway
image: docker.io/passmower/passmower:latest@sha256:b909ae01a1f8de9253cf3d6925d189eb687b4299c723f646838e1254a95f72be
image: mirror.gcr.io/passmower/passmower:latest@sha256:b909ae01a1f8de9253cf3d6925d189eb687b4299c723f646838e1254a95f72be
ports:
- containerPort: 3000
env: