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 2884404 commit 862bc2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fixtures/git/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,20 @@ sleep 300
kubectl get pods -n gitea
kubectl describe pods -n gitea

kubectl logs deploy/gitea

kubectl logs statefulsets/gitea-postgresql

sleep 100

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

kubectl logs deploy/gitea

kubectl logs statefulsets/gitea-postgresql


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

Expand Down

0 comments on commit 862bc2b

Please sign in to comment.