Skip to content

Commit

Permalink
Detect and restart stuck hgresume containers (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn authored Sep 26, 2024
1 parent f0e324b commit a1f33be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deployment/base/hg-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ spec:
ports:
- containerPort: 80

livenessProbe:
httpGet:
path: /api/v03/isAvailable
port: 80
failureThreshold: 5
periodSeconds: 120
initialDelaySeconds: 300

volumeMounts:
- name: cache
mountPath: /var/cache/hgresume
Expand Down

0 comments on commit a1f33be

Please sign in to comment.