Skip to content

Commit 9ee5f42

Browse files
committed
docs: Improve documentation
1 parent 2ab6639 commit 9ee5f42

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ application on an EKS cluster.
1414
* The application does not work without credentials supplied by sales
1515
* Access to our public helm-charts repository
1616

17-
This deployment will create the following resources:
17+
The full deployment will create the following resources:
1818

1919
* AWS VPC
20-
* AWS subnet
20+
* AWS subnets
2121
* AWS S3 bucket for clickhouse backups
22-
* AWS external load balancer
23-
* AWS ACM certificate, unless preregistered and provided
22+
* AWS Application Load Balancer
23+
* AWS ACM certificate
2424
* Three EBS volumes for local data storage
2525
* AWS RDS Postgres database
2626
* An EKS cluster
@@ -108,20 +108,7 @@ be consistent at least.
108108

109109
### Initializing the application
110110

111-
The deployment is created and the initjob should have created the databases and done the
112-
initialization of the site settings.
113-
114-
If that didn't complete successfully, try to restart the job.
115-
116-
Once the deployment is complete and the initjob succeeded, we can set the install to that for false in config.yaml:
117-
118-
```
119-
initjob:
120-
install: false
121-
```
122-
123-
Alternatively, here are the manual
124-
steps to achieve the same:
111+
Herea are the steps to initialize databases and the initial site settings:
125112

126113
Establish a shell into the `<deployment>-dfshell` container.
127114
It is likely that the scheduler and server containers are crashing in a loop.
@@ -188,6 +175,12 @@ https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-pr
188175

189176
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html#imds-considerations
190177

178+
## More information
179+
180+
You can get more information from our documentation site:
181+
182+
https://docs.datafold.com/datafold-deployment/dedicated-cloud/aws
183+
191184

192185
<!-- BEGIN_TF_DOCS -->
193186

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ variable "environment" {
8282

8383
variable "redis_data_size" {
8484
type = number
85-
default = 10
85+
default = 50
8686
description = "Redis EBS volume size in GB"
8787
}
8888

0 commit comments

Comments
 (0)