File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ This module is for deploying a highly available MongoDB cluster on Kubernetes us
2020``` hcl
2121module "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 = {
Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments