Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Exareme2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
Exareme2
Commits
0f90d45e
Commit
0f90d45e
authored
1 year ago
by
ThanKarab
Browse files
Options
Downloads
Patches
Plain Diff
Increase controller k8s initial delay startup probe.
parent
2b11a0b7
No related branches found
Branches containing commit
Tags
EOL_hx_v2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/prod_env_tests.yml
+5
-1
5 additions, 1 deletion
.github/workflows/prod_env_tests.yml
kubernetes/templates/mipengine-controller.yaml
+1
-2
1 addition, 2 deletions
kubernetes/templates/mipengine-controller.yaml
with
6 additions
and
3 deletions
.github/workflows/prod_env_tests.yml
+
5
−
1
View file @
0f90d45e
...
...
@@ -318,9 +318,13 @@ jobs:
with
:
run
:
kubectl logs -l nodeType=localnode -c node --tail -1
-
name
:
Wait for CONTROLLER container to become ready
uses
:
jakejarvis/wait-action@master
with
:
time
:
'
60s'
-
name
:
Run Healthcheck
run
:
curl "http://172.17.0.1:5000/healthcheck"
continue-on-error
:
true
# The first healthcheck could fail due to timeouts involved. When it times out, successful or not, everything should be running.
-
name
:
Update NodeLandscapeAggregator
run
:
curl -X POST "http://172.17.0.1:5000/nla"
...
...
This diff is collapsed.
Click to expand it.
kubernetes/templates/mipengine-controller.yaml
+
1
−
2
View file @
0f90d45e
...
...
@@ -67,14 +67,13 @@ spec:
httpGet
:
path
:
/healthcheck
port
:
5000
initialDelaySeconds
:
3
0
initialDelaySeconds
:
6
0
periodSeconds
:
30
timeoutSeconds
:
{{
.Values.controller.celery_tasks_timeout
}}
livenessProbe
:
httpGet
:
path
:
/healthcheck
port
:
5000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
{{
.Values.controller.celery_tasks_timeout
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment