Skip to content

Commit 48000f5

Browse files
updated reference and readme.md file
1 parent 0abc746 commit 48000f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ module "mysql" {
2121
source = "squareops/mysql/kubernetes"
2222
cluster_name = "dev-cluster"
2323
mysqldb_config = {
24-
name = "skaf"
24+
name = "mysql"
2525
values_yaml = ""
2626
environment = "prod"
2727
architecture = "replication"
28-
storage_class_name = "gp2"
28+
storage_class_name = "gp3"
2929
custom_user_username = "admin"
3030
primary_db_volume_size = "10Gi"
3131
secondary_db_volume_size = "10Gi"

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "mysql" {
1717
values_yaml = file("./helm/values.yaml")
1818
environment = local.environment
1919
architecture = "replication"
20-
storage_class_name = "infra-service-sc"
20+
storage_class_name = "gp3"
2121
custom_user_username = "admin"
2222
primary_db_volume_size = "10Gi"
2323
secondary_db_volume_size = "10Gi"

0 commit comments

Comments
 (0)