feat: update ArgoCD and Rollouts configurations for eu-central-1 region

This commit is contained in:
2026-04-16 20:08:35 +02:00
parent 20d8146e8c
commit 7dd020b59c
7 changed files with 541 additions and 10 deletions
+2 -5
View File
@@ -30,7 +30,7 @@ install_argocd() {
echo "----------------------------------------"
echo "🚀 Installing ArgoCD..."
kustomize build --enable-helm ../argocd/eu-central-1 | kubectl apply -f -
kustomize build --enable-helm ../argocd/eu-central-1 | kubectl apply --server-side=true -f -
echo "✅ ArgoCD installed successfully!"
}
@@ -42,12 +42,9 @@ install_argocd
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.15.1/deploy/static/provider/baremetal/deploy.yaml
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
sleep 30s
kustomize build ../git/local | kubectl apply -f -
sleep 5s
kubectl apply -f ../local/root-apps-app.yaml
kubectl apply -f ../eu-central-1/root-apps-app.yaml
clear