Skip to content

Commit 0bbd04b

Browse files
Reduce GCP specifications (#2577)
* Reduce GCP specifications * Versioning
1 parent 7f5b5b5 commit 0bbd04b

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
fixed:
4+
- GCP specs made sensible.

gcp/policyengine_api/app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
runtime: custom
22
env: flex
33
resources:
4-
cpu: 24
5-
memory_gb: 128
6-
disk_size_gb: 128
4+
cpu: 4
5+
memory_gb: 16
6+
disk_size_gb: 32
77
automatic_scaling:
88
min_num_instances: 1
99
max_num_instances: 1

0 commit comments

Comments
 (0)