Skip to content

Commit d28b178

Browse files
committed
2 parents 9629356 + 837b46b commit d28b178

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

mmv1/products/lustre/Instance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ id_format: projects/{{project}}/locations/{{location}}/instances/{{instance_id}}
2727
import_format:
2828
- projects/{{project}}/locations/{{location}}/instances/{{instance_id}}
2929
timeouts:
30-
insert_minutes: 40
31-
update_minutes: 20
32-
delete_minutes: 20
30+
insert_minutes: 120
31+
update_minutes: 60
32+
delete_minutes: 60
3333
sweeper:
3434
url_substitutions:
3535
- location: "us-central1-a"
@@ -49,8 +49,8 @@ async:
4949
operation:
5050
timeouts:
5151
insert_minutes: 120
52-
update_minutes: 20
53-
delete_minutes: 20
52+
update_minutes: 60
53+
delete_minutes: 60
5454
base_url: '{{op_id}}'
5555
actions:
5656
- create

mmv1/products/vertexai/ReasoningEngine.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ examples:
4444
name: 'reasoning-engine'
4545
- name: 'vertex_ai_reasoning_engine_source_based_deployment'
4646
primary_resource_id: 'reasoning_engine'
47-
exclude_docs: true
4847
vars:
4948
name: 'reasoning-engine'
5049
- name: 'vertex_ai_reasoning_engine_full'
@@ -217,16 +216,16 @@ properties:
217216
- name: 'minInstances'
218217
type: 'Integer'
219218
description: |
220-
Optional. The maximum number of application instances that can be
221-
launched to handle increased traffic. Defaults to 100.
222-
Range: [1, 1000]. If VPC-SC or PSC-I is enabled, the acceptable
223-
range is [1, 100].
219+
Optional. The minimum number of application instances that will be
220+
kept running at all times. Defaults to 1. Range: [0, 10].
224221
default_from_api: true
225222
- name: 'maxInstances'
226223
type: 'Integer'
227224
description: |
228-
Optional. The minimum number of application instances that will be
229-
kept running at all times. Defaults to 1. Range: [0, 10].
225+
Optional. The maximum number of application instances that can be
226+
launched to handle increased traffic. Defaults to 100.
227+
Range: [1, 1000]. If VPC-SC or PSC-I is enabled, the acceptable
228+
range is [1, 100].
230229
default_from_api: true
231230
- name: 'containerConcurrency'
232231
type: 'Integer'

0 commit comments

Comments
 (0)