Adds starting files
This commit is contained in:
40
infra/langfuse/Pulumi.inovyo.yaml
Normal file
40
infra/langfuse/Pulumi.inovyo.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
config:
|
||||
aws:region: us-east-1
|
||||
langfuse:account_id: "232048051668"
|
||||
langfuse:project_name: assistente-db-langfuse
|
||||
langfuse:environment: dev
|
||||
|
||||
langfuse:tags:
|
||||
project: assistente-db
|
||||
env: dev
|
||||
costCenter: AI
|
||||
owner: ai-team
|
||||
|
||||
langfuse:network:
|
||||
vpc_id: vpc-17ceb96c
|
||||
subnet_ids:
|
||||
- subnet-0de9f056635629827 # public-us-east-1a-subnet
|
||||
- subnet-09cda74f27c543521 # public-us-east-1b-subnet
|
||||
|
||||
langfuse:ec2:
|
||||
key_name:
|
||||
allowed_ports:
|
||||
- 22
|
||||
- 3000
|
||||
- 443
|
||||
- 80
|
||||
ebs_volume:
|
||||
size: 100 # em GB
|
||||
device_name: /dev/sdf # nome do device
|
||||
volume_type: gp2 # tipo de volume
|
||||
instance_type: t3.xlarge # langfuse requires at least t3.xlarge
|
||||
instance_name: LangfuseEC2
|
||||
sg_name: langfuse-sg
|
||||
|
||||
langfuse:langfuse_config:
|
||||
repo_url: "https://github.com/langfuse/langfuse.git"
|
||||
web_port: 3000
|
||||
worker_port: 3030
|
||||
database_url: "postgresql://langfuse:langfuse@postgres:5432/langfuse"
|
||||
clickhouse_url: "http://clickhouse:8123"
|
||||
telemetry_enabled: false
|
||||
Reference in New Issue
Block a user