Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Dec 19, 2023
1 parent abb0ffe commit a94c673
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
21 changes: 21 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_postgreses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ spec:
type: object
arbiter:
properties:
nodeSelector:
additionalProperties:
type: string
type: object
x-kubernetes-map-type: atomic
resources:
properties:
limits:
Expand All @@ -134,6 +139,22 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
tolerations:
items:
properties:
effect:
type: string
key:
type: string
operator:
type: string
tolerationSeconds:
format: int64
type: integer
value:
type: string
type: object
type: array
type: object
archiver:
properties:
Expand Down
21 changes: 21 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_postgreses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ spec:
type: object
arbiter:
properties:
nodeSelector:
additionalProperties:
type: string
type: object
x-kubernetes-map-type: atomic
resources:
properties:
limits:
Expand All @@ -134,6 +139,22 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
tolerations:
items:
properties:
effect:
type: string
key:
type: string
operator:
type: string
tolerationSeconds:
format: int64
type: integer
value:
type: string
type: object
type: array
type: object
archiver:
properties:
Expand Down
21 changes: 21 additions & 0 deletions crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85024,6 +85024,11 @@ spec:
type: object
arbiter:
properties:
nodeSelector:
additionalProperties:
type: string
type: object
x-kubernetes-map-type: atomic
resources:
properties:
limits:
Expand All @@ -85043,6 +85048,22 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
tolerations:
items:
properties:
effect:
type: string
key:
type: string
operator:
type: string
tolerationSeconds:
format: int64
type: integer
value:
type: string
type: object
type: array
type: object
archiver:
properties:
Expand Down

0 comments on commit a94c673

Please sign in to comment.