Skip to content

Commit

Permalink
ingress port use setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Nov 14, 2023
1 parent 739516c commit cfd70e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func BuildContainerDriver(ctx context.Context, name string, container Container)
},
},
},
InitialDelaySeconds: 60,
InitialDelaySeconds: 120,
PeriodSeconds: 30,
}
c.ReadinessProbe = rp
Expand Down

0 comments on commit cfd70e4

Please sign in to comment.