Skip to content

Commit

Permalink
85 log analytics private ingestion works
Browse files Browse the repository at this point in the history
  • Loading branch information
HoussemDellai committed Mar 1, 2024
1 parent 038d6cf commit 5ef3f3e
Show file tree
Hide file tree
Showing 57 changed files with 1,169 additions and 399 deletions.
14 changes: 0 additions & 14 deletions 85_prometheus_grafana_private_endpoint/dce-prometheus.tf

This file was deleted.

35 changes: 0 additions & 35 deletions 85_prometheus_grafana_private_endpoint/dcr-prometheus.tf

This file was deleted.

48 changes: 0 additions & 48 deletions 85_prometheus_grafana_private_endpoint/grafana.tf

This file was deleted.

224 changes: 0 additions & 224 deletions 85_prometheus_grafana_private_endpoint/prometheus.tf

This file was deleted.

9 changes: 0 additions & 9 deletions 85_prometheus_grafana_private_endpoint/resource_group.tf

This file was deleted.

29 changes: 0 additions & 29 deletions 85_prometheus_grafana_private_endpoint/variables.tf

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "azurerm_kubernetes_cluster" "aks" {
name = var.aks_name
location = azurerm_resource_group.rg_aks_cluster.location
resource_group_name = azurerm_resource_group.rg_aks_cluster.name
name = "aks-cluster"
location = azurerm_resource_group.rg.location
resource_group_name = azurerm_resource_group.rg.name
dns_prefix = "aks"
kubernetes_version = "1.28.5" # "1.29.0"

Expand All @@ -13,7 +13,7 @@ resource "azurerm_kubernetes_cluster" "aks" {

default_node_pool {
name = "systempool"
node_count = "3"
node_count = 3
vm_size = "standard_b2als_v2"
vnet_subnet_id = azurerm_subnet.snet-aks.id
}
Expand Down
Loading

0 comments on commit 5ef3f3e

Please sign in to comment.