Skip to content

Commit

Permalink
health endpoint update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManishSihag committed Feb 22, 2024
1 parent 207e387 commit 5cd7d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/api-v2-dc-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ objects:
memory: 100Mi
readinessProbe:
httpGet:
path: /api/v2/health
path: /v2/health
port: 5000
scheme: HTTP
initialDelaySeconds: 60
Expand All @@ -81,7 +81,7 @@ objects:
name: pims-api-v2
livenessProbe:
httpGet:
path: /api/v2/health
path: /v2/health
port: 5000
scheme: HTTP
initialDelaySeconds: 60
Expand Down

0 comments on commit 5cd7d69

Please sign in to comment.