Skip to content

Commit

Permalink
fix initial delay for dd (#3190)
Browse files Browse the repository at this point in the history
* fix initial delay for dd

* removing changes to karpenter
  • Loading branch information
ben851 authored Dec 12, 2024
1 parent 8a660a3 commit b5cf7b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helmfile/charts/notify-document-download/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ resources:
memory: "800Mi"

livenessProbe:
initialDelaySeconds: 30
httpGet:
path: /_status
port: 7000

readinessProbe:
initialDelaySeconds: 30
httpGet:
path: /_status
port: 7000
Expand Down

0 comments on commit b5cf7b9

Please sign in to comment.