Skip to content

Commit

Permalink
Merge pull request #239 from europeana/EA-3510-liveness-and-readiness…
Browse files Browse the repository at this point in the history
…-probe

Changes for readiness and liveness probe
  • Loading branch information
P-Ehlert authored Dec 19, 2023
2 parents d301ceb + 52c1076 commit 0bc9fae
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 0bc9fae

Please sign in to comment.