Skip to content

Commit

Permalink
Merge pull request #3469 from cal-itp/fix/metabase-update-strategy
Browse files Browse the repository at this point in the history
fix(k8s): use Recreate strategy to deploy updates
  • Loading branch information
themightychris authored Sep 21, 2024
2 parents a9ff8a6 + a75380f commit dae006d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/apps/charts/metabase/templates/metabase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
name: metabase
spec:
replicas: {{ .Values.workloads.metabase.replicas }}
strategy:
type: Recreate
selector:
matchLabels:
name: metabase
Expand Down

0 comments on commit dae006d

Please sign in to comment.