I encountered an issue during the build deployment process where the following error was triggered:
Body: Specified ingress_expiry not within expected range:
Minimum allowed expiry: 2024-10-01 07:38:30.261136921 UTC,
Maximum allowed expiry: 2024-10-01 07:44:00.261136921 UTC,
Provided expiry: 2024-10-01 07:38:27.082 UTC
The deployment failed because the provided ingress expiry time was outside the expected range. The minimum allowed expiry was 07:38:30.261 and the maximum allowed was 07:44:00.261, while the provided value was slightly earlier, at 07:38:27.082.
Could someone provide guidance on how to adjust the ingress expiry or any potential configuration changes that could resolve this issue?