Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#2844 from jasonvigil/fix-sqlin…
Browse files Browse the repository at this point in the history
…stance-datacacheconfig

fix: Fix sqlinstance-datacacheconfig periodic
  • Loading branch information
google-oss-prow[bot] authored Oct 2, 2024
2 parents f33c14d + 106004d commit 808d230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ User-Agent: google-api-go-client/0.5 Terraform/ (+https://www.terraform.io) Terr
},
"pricingPlan": "PER_USE",
"storageAutoResize": true,
"tier": "db-custom-1-3840",
"tier": "db-perf-optimized-N-2",
"userLabels": {
"cnrm-test": "true",
"managed-by-cnrm": "true"
Expand Down Expand Up @@ -235,7 +235,7 @@ X-Xss-Protection: 0
"settingsVersion": "123",
"storageAutoResize": true,
"storageAutoResizeLimit": "0",
"tier": "db-custom-1-3840",
"tier": "db-perf-optimized-N-2",
"userLabels": {
"cnrm-test": "true",
"managed-by-cnrm": "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ spec:
# explicity specified.
locationPreference:
zone: us-central1-a
tier: db-custom-1-3840
# ENTERPRISE_PLUS edition requires using preset (non-custom) tiers.
tier: db-perf-optimized-N-2

0 comments on commit 808d230

Please sign in to comment.