Skip to content

Commit

Permalink
set pyrometer deployment strategy to "Recreate"
Browse files Browse the repository at this point in the history
to prevent issues in teztnets where pyrometer conflicts and does not
restart.
  • Loading branch information
nicolasochem committed Dec 3, 2023
1 parent 03923a2 commit b463e43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/pyrometer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
# https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
strategy:
type: Recreate
securityContext:
fsGroup: 1000
containers:
Expand Down

0 comments on commit b463e43

Please sign in to comment.