strip cluster bootstraps
This commit is contained in:
@@ -9,25 +9,6 @@ module "cluster" {
|
||||
aks_node_vm_size = "Standard_B2s"
|
||||
aks_node_count = 2
|
||||
|
||||
# PostgreSQL — burstable tier for dev
|
||||
pg_sku_name = "B_Standard_B1ms"
|
||||
pg_version = "16"
|
||||
pg_storage_mb = 32768
|
||||
pg_backup_retention_days = 7
|
||||
pg_ha_mode = "Disabled"
|
||||
|
||||
# Redis — Basic C0 (250 MB) for dev
|
||||
redis_sku_name = "Basic"
|
||||
redis_family = "C"
|
||||
redis_capacity = 0
|
||||
|
||||
# Blob storage — locally-redundant for dev
|
||||
storage_replication = "LRS"
|
||||
|
||||
# DNS — must match an existing Azure DNS zone
|
||||
domain = "dev.example.com" # TODO: set to your actual domain
|
||||
# dns_zone_resource_group = "my-dns-rg" # uncomment if DNS zone is in a separate RG
|
||||
|
||||
enable_delete_lock = false
|
||||
|
||||
tags = {
|
||||
|
||||
Reference in New Issue
Block a user