terraform_alert_config/import_adapter/terraform.tfvars (32 lines of code) (raw):
# These variables must be changed by the user to work with a personal project
# Google Cloud Project settings
project_id = "your_project_id"
region = "your_region"
zone = "your_zone"
# Google Cloud Storage settings
bucket_id = "your_bucket_id"
# Healthcare settigs
dataset = "your_healthcare_dataset_name"
store = "your_healthcare_store_name"
# Dicom import adapter setting
# import adapter port
dimse_port = 4070
# set the backup storage location
# you can specify a local storage path like "/tmp"
# or an address in GCS, for example gs://bucket_id
persistent_file_storage_location = "/tmp"
persistent_file_upload_retry_amount = 3
min_upload_delay = 100
max_waiting_time_btw_uploads = 5000
# image with Dicom Import Adapter
image = "gcr.io/cloud-healthcare-containers/healthcare-api-dicom-dicomweb-adapter-import:0.2.22"
# Google Kubernetes Engine settings
replicas = 1
# Monitoring and Alerting settings
# user can customize filter and set custom events
# you can add yours filters in this variable
alert_filter = "metric.type=\"custom.googleapis.com/dicomadapter/import/cstore_errors\" AND resource.type=\"k8s_container\""
alert_duration = "60s"
alert_alignment_period = "60s"
alert_notification_email = "your_valid_email"
threshold_value = 0