Skip to content

Adding spiders to production #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion production/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- env:
- name: BUILT
value: 20220924T112015
image: docker.io/salaboy/app@sha256:40c8a55cbcb39750d9993f0310dca66216ee530361229d1c71778b75d428afb8
image: docker.io/salaboy/spiderize@sha256:c11c9256cf38d1b3dba8716fa20d36ea3fe483e66a57e246be88ddbfcb949573
livenessProbe:
httpGet:
path: /health/liveness
Expand Down