-
Notifications
You must be signed in to change notification settings - Fork 17
/
sb.yaml
98 lines (98 loc) · 3.08 KB
/
sb.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
_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: [email protected]
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