fix: add local registry cache for rebuilds
Deploy Cluster / Terraform (push) Successful in 4m7s
Deploy Cluster / Ansible (push) Failing after 16m31s

This commit is contained in:
2026-05-03 00:02:33 +00:00
parent 8375333ac5
commit 1896108cbb
9 changed files with 334 additions and 11 deletions
@@ -0,0 +1,14 @@
---
k3s_registry_mirror_enabled: true
k3s_registry_mirror_host: 10.27.27.239
k3s_registry_mirrors:
docker.io:
port: 5000
ghcr.io:
port: 5001
quay.io:
port: 5002
registry.k8s.io:
port: 5003
oci.external-secrets.io:
port: 5004