File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ type CrdbClusterSpec struct {
145145 // Default: false
146146 // +optional
147147 AutomountServiceAccountToken bool `json:"automountServiceAccountToken,omitempty"`
148- // (Optional) Amount of grace time prior to the container being forcibly terminated
149- // when marked for deletion or restarted
148+ // (Optional) The grace period in seconds prior to the container being forcibly terminated
149+ // when marked for deletion or restarted.
150150 // Default : 300
151151 // +optional
152152 TerminationGracePeriodSecs int64 `json:"terminationGracePeriodSecs,omitempty"`
Original file line number Diff line number Diff line change @@ -1394,9 +1394,9 @@ spec:
13941394 format : int32
13951395 type : integer
13961396 terminationGracePeriodSecs :
1397- description : ' (Optional) Amount of grace time prior to the container
1398- being forcibly terminated when marked for deletion or restarted
1399- Default : 300'
1397+ description : ' (Optional) The grace period in seconds prior to the
1398+ container being forcibly terminated when marked for deletion or
1399+ restarted. Default : 300'
14001400 format : int64
14011401 type : integer
14021402 tlsEnabled :
Original file line number Diff line number Diff line change 2424 - ReadWriteOnce
2525 resources :
2626 requests :
27- storage : 1Gi
27+ storage : 60Gi
2828 volumeMode : Filesystem
2929 image :
3030 name : cockroachdb/cockroach:v19.2.6
Original file line number Diff line number Diff line change @@ -1392,9 +1392,9 @@ spec:
13921392 format : int32
13931393 type : integer
13941394 terminationGracePeriodSecs :
1395- description : ' (Optional) Amount of grace time prior to the container
1396- being forcibly terminated when marked for deletion or restarted
1397- Default : 300'
1395+ description : ' (Optional) The grace period in seconds prior to the
1396+ container being forcibly terminated when marked for deletion or
1397+ restarted. Default : 300'
13981398 format : int64
13991399 type : integer
14001400 tlsEnabled :
You can’t perform that action at this time.
0 commit comments