Skip to content

Commit

Permalink
added liveness probe and updated image to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathbm committed Dec 17, 2024
1 parent 32e32e0 commit 394f4a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deployments/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
spec:
selector:
app: hms-patient-mgmt-pod
type: ClusterIP
ports:
- name: app-port
protocol: TCP
Expand All @@ -31,10 +30,10 @@ spec:
serviceAccountName: hms-pods-sa
containers:
- name: hms-patient-mgmt-app
image: somnathbm/hms-patient-mgmt-svc:v0.0.5
image: somnathbm/hms-patient-mgmt-svc:v0.0.6
livenessProbe:
httpGet:
path: /healthy
path: /pm/healthy
port: app
initialDelaySeconds: 10
periodSeconds: 20
Expand Down

0 comments on commit 394f4a2

Please sign in to comment.