diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml index 5f7ac76f..69aa6c5c 100644 --- a/.github/workflows/docusaurus.yml +++ b/.github/workflows/docusaurus.yml @@ -39,4 +39,4 @@ jobs: --platform=${{ env.GOOS }}/${{ env.GOARCH }} \ --token ${{ secrets.DEPOT_TOKEN }} \ --provenance=false \ - -f docker/docusaurus/Dockerfile . --push + -f docker/docusaurus_template/Dockerfile . --push diff --git a/zeus/workload_config_drivers/templates/containers_template.go b/zeus/workload_config_drivers/templates/containers_template.go index dcf00101..527b1bc1 100644 --- a/zeus/workload_config_drivers/templates/containers_template.go +++ b/zeus/workload_config_drivers/templates/containers_template.go @@ -47,7 +47,7 @@ func BuildContainerDriver(ctx context.Context, name string, container Container) }, }, }, - InitialDelaySeconds: 60, + InitialDelaySeconds: 120, PeriodSeconds: 30, } c.ReadinessProbe = rp