Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
temitope777 committed Apr 30, 2024
1 parent 4685142 commit c289fc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/aks/databases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ module "postgres" {
service_name = local.service_name
service_short = var.service_short
config_short = var.config_short

cluster_configuration_map = module.cluster_data.configuration_map

use_azure = var.deploy_azure_backing_services
azure_enable_monitoring = var.enable_monitoring
azure_extensions = ["plpgsql", "citext", "uuid-ossp"]
server_version = "14"

azure_enable_backup_storage = var.azure_enable_backup_storage

azure_sku_name = var.postgres_flexible_server_sku
azure_enable_high_availability = var.postgres_enable_high_availability
azure_maintenance_window = var.azure_maintenance_window
Expand All @@ -32,9 +28,7 @@ module "redis" {
service_name = local.service_name
service_short = var.service_short
config_short = var.config_short

cluster_configuration_map = module.cluster_data.configuration_map

use_azure = var.deploy_azure_backing_services
azure_enable_monitoring = var.enable_monitoring
azure_patch_schedule = [{ "day_of_week" : "Sunday", "start_hour_utc" : 01 }]
Expand Down

0 comments on commit c289fc0

Please sign in to comment.