Skip to content

Commit

Permalink
Fix the terminationGracePeriodSeconds definition (#369)
Browse files Browse the repository at this point in the history
fix: #368
  • Loading branch information
git-hyagi authored Dec 4, 2024
1 parent 25b3f73 commit 9dbd168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ objects:
initialDelaySeconds: 60
periodSeconds: 120
timeoutSeconds: 120
terminationGracePeriod: 120
terminationGracePeriodSeconds: 120
resources:
requests:
cpu: ${{PULP_API_CPU_REQUEST}}
Expand Down Expand Up @@ -381,7 +381,7 @@ objects:
initialDelaySeconds: 60
periodSeconds: 120
timeoutSeconds: 120
terminationGracePeriod: 120
terminationGracePeriodSeconds: 120
resources:
requests:
cpu: ${{PULP_CONTENT_CPU_REQUEST}}
Expand Down

0 comments on commit 9dbd168

Please sign in to comment.