Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Storage
Commits
247c3a54
Commit
247c3a54
authored
9 months ago
by
Hayk Kharazyan [EPAM / GCP]
Committed by
Oleksandr Kosse (EPAM)
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update liveness/readiiness endpoints
parent
817641f2
Branches
trusted-single_pipeline
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!897
Update liveness/readiiness endpoints
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/core-plus/deploy/templates/deployment.yaml
+8
-2
8 additions, 2 deletions
devops/core-plus/deploy/templates/deployment.yaml
devops/gc/deploy/templates/deployment.yaml
+8
-2
8 additions, 2 deletions
devops/gc/deploy/templates/deployment.yaml
with
16 additions
and
4 deletions
devops/core-plus/deploy/templates/deployment.yaml
+
8
−
2
View file @
247c3a54
...
...
@@ -57,10 +57,16 @@ spec:
livenessProbe
:
failureThreshold
:
3
httpGet
:
path
:
/
api/storage/v2
/liveness
_check
port
:
808
0
path
:
/
health
/liveness
port
:
808
1
initialDelaySeconds
:
120
periodSeconds
:
10
readinessProbe
:
failureThreshold
:
3
httpGet
:
path
:
/health/readiness
port
:
8081
periodSeconds
:
15
resources
:
requests
:
cpu
:
{{
.Values.data.requestsCpu | quote
}}
...
...
This diff is collapsed.
Click to expand it.
devops/gc/deploy/templates/deployment.yaml
+
8
−
2
View file @
247c3a54
...
...
@@ -59,10 +59,16 @@ spec:
livenessProbe
:
failureThreshold
:
3
httpGet
:
path
:
/
api/storage/v2
/liveness
_check
port
:
808
0
path
:
/
health
/liveness
port
:
808
1
initialDelaySeconds
:
120
periodSeconds
:
10
readinessProbe
:
failureThreshold
:
3
httpGet
:
path
:
/health/readiness
port
:
8081
periodSeconds
:
15
resources
:
requests
:
cpu
:
{{
.Values.data.requestsCpu | quote
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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