Skip to content

Commit

Permalink
try increasing timeout for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicBurkart committed Jun 12, 2021
1 parent dade1e3 commit edadbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kubernetes_example/setup_ingress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ printf "\n⏱️ waiting for ingress controller to be ready...\n"
kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
--timeout=30m
--timeout=50m

0 comments on commit edadbc7

Please sign in to comment.