Add Docker Registry setup including deployment, ingress, service, PVC, and configuration files
This commit is contained in:
@@ -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:"
|
||||
|
Reference in New Issue
Block a user