Skip to content

Commit

Permalink
Added maintenance window for prod postgress
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkataChalla554 committed Jul 8, 2024
1 parent 283b8fc commit 419999d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform/aks/config/production_aks.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@
"postgres_flexible_server_sku": "GP_Standard_D2ds_v4",
"postgres_enable_high_availability": true,
"enable_logit": true,
"enable_prometheus_monitoring": true
"enable_prometheus_monitoring": true,
"azure_maintenance_window": {
"day_of_week": 0,
"start_hour": 3,
"start_minute": 0
}
}

0 comments on commit 419999d

Please sign in to comment.