Skip to content

Commit 92ea390

Browse files
committed
added timeout
1 parent e48cfd2 commit 92ea390

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deployer-image/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ RUN apt-get update && \
6767

6868
LABEL com.googleapis.cloudmarketplace.product.service.name=services/stackgen-enterprise-platform-k8s-v2.endpoints.stackgen-gcp-marketplace.cloud.goog
6969

70+
# Set timeout for Application readiness check (default is 300 seconds)
71+
# Increased to 600 seconds to allow for longer deployment times
72+
ENV WAIT_FOR_READY_TIMEOUT=600
73+
7074
# Copy processed schema.yaml
7175
COPY --from=build /workspace/schema.yaml /data/schema.yaml
7276

0 commit comments

Comments
 (0)