@@ -7,6 +7,10 @@ The Full Platform deployment provides complete control over the entire Traceloop
7
7
8
8
## Infrastructure Requirements
9
9
10
+ <Note >
11
+ Contact our team to get the CloudFormation templates and Terraform configurations for deploying the infrastructure components
12
+ </Note >
13
+
10
14
### Core Components
11
15
12
16
1 . ** ClickHouse Database**
@@ -31,6 +35,10 @@ The Full Platform deployment provides complete control over the entire Traceloop
31
35
- [ Google GKE] ( https://cloud.google.com/kubernetes-engine )
32
36
- [ Azure AKS] ( https://azure.microsoft.com/en-us/products/kubernetes-service )
33
37
- Any Helm-compatible Kubernetes distribution
38
+
39
+ 5 . ** S3 Object Storage**
40
+ - [ Amazon S3] ( https://aws.amazon.com/s3/ )
41
+
34
42
35
43
## Deployment Process
36
44
@@ -91,6 +99,8 @@ chmod +x extract-subcharts.sh
91
99
```
92
100
93
101
### 5. Update ` values-customer.yaml ` with your domain & auth configuration:
102
+
103
+ Configure your deployment settings including gateway, authentication, and image support:
94
104
``` yaml
95
105
kong-gateway :
96
106
service :
@@ -112,9 +122,9 @@ kong-gateway:
112
122
helm-api-service :
113
123
app :
114
124
imagesSupport :
115
- enabled : false # Can be overridden by customer
116
- s3ImagesBucket : " " # Can be overridden by customer
117
- eksRegion : " " # Can be overridden by customer
125
+ enabled : false # Set to true to enable image storage and processing
126
+ s3ImagesBucket : " " # S3 bucket name where images will be stored
127
+ eksRegion : " " # AWS region where your EKS cluster and S3 bucket are located
118
128
119
129
customerConfig :
120
130
propelauth :
0 commit comments