Skip to content

Commit 51f8640

Browse files
authored
Merge pull request #98 from MaterializeInc/cut-the-ribbon
remove under construction warning and fix typo
2 parents e785c3d + 48e713d commit 51f8640

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Materialize Self-Managed Terraform Modules
22

3-
### 🚧 Under Construction 🚧
4-
5-
*This project is under active development. It works and can be used to deploy Materialize but may have some minor breaking changes.*
6-
73
---
84

95
## About Materialize

azure/examples/simple/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This example provisions the following infrastructure:
2222
- **AKS Cluster**: Version 1.32 with Cilium networking (network plugin: azure, data plane: cilium, policy: cilium)
2323
- **Default Node Pool**: Standard_D4pds_v6 VMs, autoscaling 2-5 nodes, labeled for generic workloads
2424
- **Materialize Node Pool**: Standard_E4pds_v6 VMs with 100GB disk, autoscaling 2-5 nodes, swap enabled, dedicated taints for Materialize workloads
25-
- **Managed Identities**:
25+
- **Managed Identities**:
2626
- AKS cluster identity: Used by AKS control plane to provision Azure resources (creating load balancers when Materialize LoadBalancer services are created, managing network interfaces)
2727
- Workload identity: Used by Materialize pods for secure, passwordless authentication to Azure Storage (no storage account keys stored in cluster)
2828

2929
### Database
3030
- **Azure PostgreSQL Flexible Server**: Version 15
3131
- **SKU**: GP_Standard_D2s_v3 (2 vCores, 4GB memory)
3232
- **Storage**: 32GB with 7-day backup retention
33-
- **Network Access**: Pubic Network Access is disabled, Private access only (no public endpoint)
33+
- **Network Access**: Public Network Access is disabled, Private access only (no public endpoint)
3434
- **Database**: `materialize` database pre-created
3535

3636
### Storage

0 commit comments

Comments
 (0)