Skip to content

Commit

Permalink
Add day of week
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 committed Apr 12, 2024
1 parent ae8b7ce commit 3f2090c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/terraform/resources/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ resource "azurerm_kubernetes_cluster" "pc" {
# https://learn.microsoft.com/en-us/azure/aks/planned-maintenance?tabs=json-file#creating-a-maintenance-window
maintenance_window_auto_upgrade {
frequency = "Weekly"
day_of_week = "Saturday"
interval = 1
duration = 4
utc_offset = 0
Expand All @@ -61,6 +62,7 @@ resource "azurerm_kubernetes_cluster" "pc" {

maintenance_window_node_os {
frequency = "Weekly"
day_of_week = "Saturday"
interval = 1
duration = 4
utc_offset = 0
Expand Down

0 comments on commit 3f2090c

Please sign in to comment.