We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48cfd2 commit 92ea390Copy full SHA for 92ea390
deployer-image/Dockerfile
@@ -67,6 +67,10 @@ RUN apt-get update && \
67
68
LABEL com.googleapis.cloudmarketplace.product.service.name=services/stackgen-enterprise-platform-k8s-v2.endpoints.stackgen-gcp-marketplace.cloud.goog
69
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
+
74
# Copy processed schema.yaml
75
COPY --from=build /workspace/schema.yaml /data/schema.yaml
76
0 commit comments