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

@@ -16,7 +16,7 @@ spec:
containers:
# TODO: Figure out how to trigger update
- name: clamd
image: docker.io/clamav/clamav:1.1
image: mirror.gcr.io/clamav/clamav:1.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3310