Skip to content

Commit

Permalink
Create nonprod db backup storage via terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
RMcVelia committed Dec 17, 2024
1 parent 05a55c6 commit 23cbc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/aks/config/development.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"environment": "development",
"key_vault_resource_group": "s189t01-gse-dv-rg",
"infra_key_vault_name": "s189t01-gse-dv-inf-kv",
"azure_enable_backup_storage": false,
"azure_enable_backup_storage": true,
"enable_monitoring": false,
"sidekiq_replicas" : 1,
"sidekiq_memory_max" : "1Gi",
Expand Down
2 changes: 1 addition & 1 deletion terraform/aks/config/staging.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"namespace": "git-test",
"environment": "staging",
"infra_key_vault_name": "s189t01-gse-stg-inf-kv",
"azure_enable_backup_storage": false,
"azure_enable_backup_storage": true,
"key_vault_resource_group": "s189t01-gse-stg-rg",
"enable_monitoring": false,
"sidekiq_replicas" : 2,
Expand Down

0 comments on commit 23cbc12

Please sign in to comment.