Skip to content

Commit 6655a9f

Browse files
authored
docs(onprem): added s3 docs (#81)
1 parent 4458fff commit 6655a9f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

self-host/full-deployment.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The Full Platform deployment provides complete control over the entire Traceloop
77

88
## Infrastructure Requirements
99

10+
<Note>
11+
Contact our team to get the CloudFormation templates and Terraform configurations for deploying the infrastructure components
12+
</Note>
13+
1014
### Core Components
1115

1216
1. **ClickHouse Database**
@@ -31,6 +35,10 @@ The Full Platform deployment provides complete control over the entire Traceloop
3135
- [Google GKE](https://cloud.google.com/kubernetes-engine)
3236
- [Azure AKS](https://azure.microsoft.com/en-us/products/kubernetes-service)
3337
- Any Helm-compatible Kubernetes distribution
38+
39+
5. **S3 Object Storage**
40+
- [Amazon S3](https://aws.amazon.com/s3/)
41+
3442

3543
## Deployment Process
3644

@@ -91,6 +99,8 @@ chmod +x extract-subcharts.sh
9199
```
92100

93101
### 5. Update `values-customer.yaml` with your domain & auth configuration:
102+
103+
Configure your deployment settings including gateway, authentication, and image support:
94104
```yaml
95105
kong-gateway:
96106
service:
@@ -112,9 +122,9 @@ kong-gateway:
112122
helm-api-service:
113123
app:
114124
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
118128

119129
customerConfig:
120130
propelauth:

0 commit comments

Comments
 (0)