diff --git a/pulumi/Pulumi.dev.yaml b/pulumi/Pulumi.dev.yaml index 16393aee1..bed9f5a93 100644 --- a/pulumi/Pulumi.dev.yaml +++ b/pulumi/Pulumi.dev.yaml @@ -11,5 +11,6 @@ config: ahb-tabellen:imageName: ghcr.io/hochfrequenz/ahbesser ahb-tabellen:imageTag: v0.0.22 ahb-tabellen:memory: "2" + ahb-tabellen:websitesContainerStartTimeLimit: "300" azure-native:location: germanywestcentral pulumi:template: container-azure-python diff --git a/pulumi/Pulumi.prod.yaml b/pulumi/Pulumi.prod.yaml index 4b3f9cd3d..1d7027422 100644 --- a/pulumi/Pulumi.prod.yaml +++ b/pulumi/Pulumi.prod.yaml @@ -12,5 +12,6 @@ config: ahb-tabellen:imageTag: v0.0.22 ahb-tabellen:location: germanywestcentral ahb-tabellen:memory: "2" + ahb-tabellen:websitesContainerStartTimeLimit: "300" azure-native:location: germanywestcentral pulumi:template: container-azure-python