Skip to content

Commit

Permalink
[helm] Example of CRDB statefulset update partition (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco authored Aug 30, 2024
1 parent 3ee9054 commit d887666
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/services/helm-charts/dss/values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ cockroachdb:
args:
- --locality-advertise-addr=zone=interuss-example-google-ew1@$(hostname -f)
- --advertise-addr=${HOSTNAME##*-}.db.example.com
updateStrategy:
rollingUpdate:
partition: 0 # Used for migrations. See /deploy/MIGRATIONS.md#helm-deployment-notes

storage:
persistentVolume:
Expand Down

0 comments on commit d887666

Please sign in to comment.