Skip to content

Commit fa3e9ac

Browse files
updated readme.md file
1 parent 521fa66 commit fa3e9ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ This module is for deploying a highly available MongoDB cluster on Kubernetes us
2020
```hcl
2121
module "mongodb" {
2222
source = "squareops/mongodb/kubernetes"
23-
cluster_name = "dev-skaf"
23+
cluster_name = "prod-cluster"
2424
mongodb_config = {
25-
name = "skaf"
25+
name = "mongo"
2626
values_yaml = ""
2727
environment = "prod"
2828
volume_size = "10Gi"
2929
architecture = "replicaset"
3030
replica_count = 2
31-
storage_class_name = "gp2"
31+
storage_class_name = "gp3"
3232
}
3333
mongodb_backup_enabled = true
3434
mongodb_backup_config = {

example/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "mongodb" {
1919
volume_size = "10Gi"
2020
architecture = "replicaset"
2121
replica_count = 2
22-
storage_class_name = "gp2"
22+
storage_class_name = "gp3"
2323
}
2424
mongodb_backup_enabled = true
2525
mongodb_backup_config = {

0 commit comments

Comments
 (0)