Skip to content

Commit

Permalink
chore: increase timeout for gitea install
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Apr 17, 2024
1 parent 5444965 commit 2884404
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion fixtures/git/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ fi

helm repo add gitea-charts https://dl.gitea.io/charts
helm repo update
helm install gitea gitea-charts/gitea -f fixtures/git/gitea.values --create-namespace --namespace gitea --wait --timeout 10m
helm install gitea gitea-charts/gitea -f fixtures/git/gitea.values --create-namespace --namespace gitea

sleep 300

kubectl get pods -n gitea
kubectl describe pods -n gitea

sleep 100

kubectl get pods -n gitea
kubectl describe pods -n gitea

kubectl port-forward svc/gitea-http -n gitea 3001:3000 &
PID=$!
Expand Down

0 comments on commit 2884404

Please sign in to comment.