Skip to content

Commit

Permalink
Changes for readiness and liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
nshweta90 committed Nov 16, 2023
1 parent d301ceb commit 52c1076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ spec:
httpHeaders:
- name: Accept
value: application/json
initialDelaySeconds: 30
periodSeconds: 30
initialDelaySeconds: 40
periodSeconds: 20
readinessProbe:
httpGet:
port: 8080
path: /actuator/health/readiness
httpHeaders:
- name: Accept
value: application/json
initialDelaySeconds: 30
periodSeconds: 30
initialDelaySeconds: 40
periodSeconds: 20
volumeMounts:
- name: app-properties
mountPath: "/opt/app/config/set.user.properties"
Expand Down

0 comments on commit 52c1076

Please sign in to comment.