Skip to content

Commit b10950c

Browse files
added service instance and worker pool thread default to 6
1 parent 11a9963 commit b10950c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gcp/start_gcp_enclave.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gcloud compute instances create ${GCP_INSTANCE_NAME} \
5757
--image-project confidential-space-images \
5858
--image-family confidential-space-debug \
5959
--service-account $SERVICE_ACCOUNT \
60-
--metadata ^~^tee-image-reference=us-docker.pkg.dev/uid2-prod-project/iabtechlab/uid2-operator@${IMAGE_HASH}~tee-restart-policy=Never~tee-container-log-redirect=true~tee-env-SKIP_VALIDATIONS=true~tee-env-DEPLOYMENT_ENVIRONMENT=integ~tee-env-API_TOKEN_SECRET_NAME=${OPERATOR_KEY_SECRET_VERSION}~tee-env-CORE_BASE_URL=${BORE_URL_CORE}~tee-env-OPTOUT_BASE_URL=${BORE_URL_OPTOUT}
60+
--metadata ^~^tee-image-reference=us-docker.pkg.dev/uid2-prod-project/iabtechlab/uid2-operator@${IMAGE_HASH}~tee-restart-policy=Never~tee-container-log-redirect=true~tee-env-SKIP_VALIDATIONS=true~tee-env-DEPLOYMENT_ENVIRONMENT=integ~tee-env-API_TOKEN_SECRET_NAME=${OPERATOR_KEY_SECRET_VERSION}~tee-env-CORE_BASE_URL=${BORE_URL_CORE}~tee-env-OPTOUT_BASE_URL=${BORE_URL_OPTOUT}~tee-env-service_instances=6~tee-env-default_worker_pool_thread_count=6
6161

6262
# Export to GitHub output
6363
echo "GCP_INSTANCE_NAME=${GCP_INSTANCE_NAME}"

0 commit comments

Comments
 (0)