Add Docker Registry setup including deployment, ingress, service, PVC, and configuration files

This commit is contained in:
2025-05-18 15:20:36 -07:00
parent 20175a0bb9
commit 4258e2511a
8 changed files with 131 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ chmod +x *.sh
# Setup Kubernetes Dashboard
./setup-dashboard.sh
# Setup Docker Registry
./setup-registry.sh
kubectl apply -k docker-registry
echo "Infrastructure setup complete!"
echo
echo "Next steps:"