sb.yaml (98 lines of code) (raw):

_metadata: description: This YAML defines the template root folder generated by https://github.com/GoogleCloudPlatform/solutions-template. components: authentication: custom_component: true init_script_path: ./components/authentication/src/utils/init.py frontend_flutterflow: cloudrun_neg: true component_name: frontend_flutterflow component_template: blank_service default_deploy: gke depend_on_common: true deploy_cloudrun: false deploy_gke: true destination_path: . gcp_region: us-central1 local_port: '9001' module_version: '1.0' resource_name: frontend-flutterflow service_path: frontend-flutterflow use_github_action: true frontend_react: cloudrun_neg: true component_name: frontend_react component_template: blank_service default_deploy: cloudrun depend_on_common: false deploy_cloudrun: true deploy_gke: true destination_path: . gcp_region: us-central1 local_port: '9007' module_version: '1.0' resource_name: frontend-react service_path: frontend-react use_github_action: true jobs_service: custom_component: true init_script_path: ./components/jobs_service/src/utils/init.py llm_service: custom_component: true init_script_path: ./components/llm_service/src/utils/init.py terraform_gke: cluster_name: main-cluster component_name: terraform_gke component_template: terraform_gke destination_path: . gcp_region: us-central1 kubernetes_version: latest node_machine_type: n1-standard-4 private_cluster: true resource_name: gke-ingress terraform_stage_name: 2-gke terraform_gke_ingress: advanced_settings: false cert_issuer_email: admin@cloudpssolutions.com cluster_external_endpoint: 10.0.0.0 cluster_name: main-cluster component_name: terraform_gke_ingress component_template: terraform_gke_ingress cors_allow_origins: http://localhost:4200,http://localhost:3000 destination_path: . domains: null frontend_config_name: default-frontend-config gcp_region: us-central1 kubernetes_services: authentication,jobs-service,llm-service,user-management loadbalancer_name: httplb-gke managed_cert_name: managed-cert resource_name: gke-ingress tools_service: cloudrun_neg: true component_name: tools_service component_template: blank_service default_deploy: gke depend_on_common: true deploy_cloudrun: false deploy_gke: true destination_path: . gcp_region: us-central1 local_port: '9001' module_version: '1.0' resource_name: tools-service service_path: tools-service use_github_action: true user_management: custom_component: true init_script_path: ./components/user_management/src/utils/init.py created_at: 2023-Jul-19 19:00:45 UTC global_variables: cluster_ca_certificate: '' cluster_external_endpoint: '' domain_name: example.com project_id: your-project-id project_number: your-project-number modified_at: 2023-Jul-19 19:00:45 UTC project_id: your-project-id project_name: your-project-id project_number: your-project-number