Skip to content

Commit 62120ec

Browse files
committed
state 1: first configuration of bench gcp
1 parent 5ce9f2a commit 62120ec

File tree

4 files changed

+63
-221
lines changed

4 files changed

+63
-221
lines changed

benchmarking/benchmarkGCP/benchV1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- name: BenchOptions__DownloadResults
3535
value: "false"
3636
- name: GrpcClient__Endpoint
37-
value: "http://35.192.1.224:5001"
37+
value: "@grpc_endpoint@"
3838
resources:
3939
requests:
4040
cpu: "1"

infrastructure/quick-deploy/gcp/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RANDOM_PREFIX != [ -e $(GENERATED_DIR)/.prefix ] || { mkdir -p $(GENERATED_DIR)
1616
export TF_DATA_DIR?=$(GENERATED_DIR)
1717
export TF_PLUGIN_CACHE_DIR?=$(GENERATED_DIR)/terraform-plugins
1818
export PROJECT_ID?=$(shell gcloud config get-value project)
19-
export REGION?=europe-west1
19+
export REGION?=us-central1
2020
export NAMESPACE?=armonik
2121
export PREFIX?=armonik-$(RANDOM_PREFIX)
2222
export TFSTATE_BUCKET_NAME?=$(PREFIX)-tfstate

0 commit comments

Comments
 (0)