Skip to content
Snippets Groups Projects
Commit d153d709 authored by Isha Kumari's avatar Isha Kumari
Browse files

Merge branch 'master' of...

Merge branch 'master' of https://community.opengroup.org/osdu/platform/system/schema-service into spring-migration
parents 2eb2addc 978a56b4
No related branches found
No related tags found
1 merge request!655Jakarta EE, Spring 6, Spring-Boot 3 migration
Pipeline #270799 failed
......@@ -12,7 +12,6 @@ azure-clean-test-schemas:
tags: ["osdu-medium"]
image: curlimages/curl
stage: clean
needs: ["azure_test"]
script:
- echo "deleting test schemas.."
- curl -v --location --request POST 'https://osdu-glab.msft-osdu-test.org/api/schema-cleanup-service/v1/schemas'
......
......@@ -42,10 +42,16 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/schema-service/v1/liveness_check
port: 8080
path: /health/liveness
port: 8081
initialDelaySeconds: 120
periodSeconds: 10
readinessProbe:
failureThreshold: 2
httpGet:
path: /health/readiness
port: 8081
periodSeconds: 10
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......
......@@ -46,10 +46,16 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/schema-service/v1/liveness_check
port: 8080
path: /health/liveness
port: 8081
initialDelaySeconds: 120
periodSeconds: 10
readinessProbe:
failureThreshold: 2
httpGet:
path: /health/readiness
port: 8081
periodSeconds: 10
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment