-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EDIT lti-shim add readinessProbe to all deployment
Gitlab AutoDevops deploy keeps failing. I think it's cause none of the pods report ready, they only report running. Guessing that previously, 'running' status was good enough to consider the deployment a success. So trying to see if the pods reporting 'ready' will fix this. Note that even though the pods only report 'ready', they're actually all running fine and serving traffic correctly. It's just that the deployment gets reverted by timeout when the pods don't report ready. All the timeouts check every minute to see if the pod is serving traffic. For the ltijs-mongo pod though, it's technically only seeing if the mongo ping is working, not that mongo is capable of serving traffic, but I didn't want anything more complicated.
- Loading branch information
1 parent
73b25db
commit 3e21070
Showing
5 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v2 | ||
name: lti-shim | ||
version: 0.5.5 | ||
version: 0.5.6 | ||
description: LTI proxy that anonymizes personal information |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters