Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Register
Commits
f1ec8420
Commit
f1ec8420
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
6e391c35
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!473
Update liveness/readiiness endpoints
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NOTICE
+1
-1
1 addition, 1 deletion
NOTICE
devops/gc/deploy/templates/register-deploy.yml
+5
-5
5 additions, 5 deletions
devops/gc/deploy/templates/register-deploy.yml
with
6 additions
and
6 deletions
NOTICE
+
1
−
1
View file @
f1ec8420
...
...
@@ -588,6 +588,7 @@ The following software have components provided under the terms of this license:
- Azure Spring Boot AutoConfigure (from https://github.com/Azure/azure-sdk-for-java, https://github.com/Microsoft/azure-spring-boot)
- Azure Spring Boot Starter for Azure AD Spring Security Integration (from https://github.com/Azure/azure-sdk-for-java)
- Checker Qual (from https://checkerframework.org)
- Extensions on Apache Proton-J library (from https://github.com/Azure/qpid-proton-j-extensions)
- JUL to SLF4J bridge (from http://www.slf4j.org)
- Jackson-core (from http://wiki.fasterxml.com/JacksonHome, https://github.com/FasterXML/jackson-core)
- Java Client Runtime for AutoRest (from https://github.com/Azure/autorest-clientruntime-for-java)
...
...
@@ -636,7 +637,6 @@ The following software have components provided under the terms of this license:
- mockito-junit-jupiter (from https://github.com/mockito/mockito)
- msal4j (from https://github.com/AzureAD/microsoft-authentication-library-for-java)
- msal4j-persistence-extension (from https://github.com/AzureAD/microsoft-authentication-extensions-for-java, https://github.com/AzureAD/microsoft-authentication-library-for-java)
- qpid-proton-j-extensions (from https://github.com/Azure/qpid-proton-j-extensions)
========================================================================
MPL-1.1
...
...
This diff is collapsed.
Click to expand it.
devops/gc/deploy/templates/register-deploy.yml
+
5
−
5
View file @
f1ec8420
...
...
@@ -45,13 +45,13 @@ spec:
runAsNonRoot
:
true
ports
:
-
containerPort
:
8080
live
nessProbe
:
readi
nessProbe
:
failureThreshold
:
3
httpGet
:
path
:
/
api/register/v1/ah/liveness_check
port
:
808
0
initialDelaySeconds
:
12
0
periodSeconds
:
1
0
path
:
/
health
port
:
808
1
initialDelaySeconds
:
9
0
periodSeconds
:
1
5
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