Skip to content

Commit

Permalink
fix(spegel): registries != additionalMirrorRegistries
Browse files Browse the repository at this point in the history
add my own registries to ones to mirror, not as mirrors to pull from
  • Loading branch information
JJGadgets committed Dec 27, 2024
1 parent 70dac6b commit bf09232
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion kube/deploy/core/spegel/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,19 @@ spec:
appendMirrors: true
containerdSock: /run/containerd/containerd.sock
containerdRegistryConfigPath: /etc/cri/conf.d/hosts
additionalMirrorRegistries:
registries:
# defaults as of 0.0.28
- https://cgr.dev
- https://docker.io
- https://ghcr.io
- https://quay.io
- https://mcr.microsoft.com
- https://public.ecr.aws
- https://gcr.io
- https://registry.k8s.io
- https://k8s.gcr.io
- https://lscr.io
# my own
- https://registry.developers.crunchydata.com
- https://jank.ing
- https://jjgadgets.tech
Expand Down

1 comment on commit bf09232

@onedr0p
Copy link
Contributor

@onedr0p onedr0p commented on bf09232 Jan 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KEK

Please sign in to comment.