Skip to content

Commit

Permalink
Merge pull request #458 from percona/K8SPSMDB-1133-rs-member-prio
Browse files Browse the repository at this point in the history
K8SPSMDB-1133: Add replicaset member priorities
  • Loading branch information
jvpasinatto authored Dec 31, 2024
2 parents e9bcc0a + c6f9337 commit d946ea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/psmdb-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ replsets:
# replsetOverrides:
# my-cluster-name-rs0-0:
# host: my-cluster-name-rs0-0.example.net:27017
# priority: 3
# tags:
# key: value-0
# my-cluster-name-rs0-1:
Expand Down
4 changes: 4 additions & 0 deletions charts/psmdb-operator/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7062,6 +7062,8 @@ spec:
type: object
host:
type: string
priority:
type: integer
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -14820,6 +14822,8 @@ spec:
type: object
host:
type: string
priority:
type: integer
tags:
additionalProperties:
type: string
Expand Down

0 comments on commit d946ea8

Please sign in to comment.