Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Dec 9, 2022
1 parent 15601ee commit d8cf2cf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_postgreses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,12 @@ spec:
retryPeriodSeconds:
format: int32
type: integer
transferLeadershipInterval:
default: 1000ms
type: string
transferLeadershipTimeout:
default: 120s
type: string
type: object
monitor:
properties:
Expand Down
6 changes: 6 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_postgreses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,12 @@ spec:
retryPeriodSeconds:
format: int32
type: integer
transferLeadershipInterval:
default: 1000ms
type: string
transferLeadershipTimeout:
default: 120s
type: string
type: object
monitor:
properties:
Expand Down
6 changes: 6 additions & 0 deletions crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54794,6 +54794,12 @@ spec:
retryPeriodSeconds:
format: int32
type: integer
transferLeadershipInterval:
default: 1000ms
type: string
transferLeadershipTimeout:
default: 120s
type: string
type: object
monitor:
properties:
Expand Down

0 comments on commit d8cf2cf

Please sign in to comment.