Skip to content

Commit

Permalink
Change chainlink helm chart node deployment to use 'recreate' rollouts (
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Jan 11, 2024
1 parent a3aa6a9 commit 841b455
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ kind: Deployment
metadata:
name: {{ $.Release.Name }}-{{ $cfg.name }}
spec:
strategy:
# Need to recreate the pod to deal with lease lock held by old pod.
type: Recreate
selector:
matchLabels:
app: {{ $.Release.Name }}
Expand Down

0 comments on commit 841b455

Please sign in to comment.