forked from mspnp/aks-baseline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazuredeploy.parameters.prod.bicepparam
More file actions
21 lines (11 loc) · 1012 Bytes
/
azuredeploy.parameters.prod.bicepparam
File metadata and controls
21 lines (11 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using 'cluster-stamp.bicep'
param location = 'eastus2'
param targetVnetResourceId = '/subscriptions/[subscription id]/resourceGroups/rg-enterprise-networking-spokes-[region]/providers/Microsoft.Network/virtualNetworks/vnet-hub-spoke-BU0001A0008-00'
param clusterAdminMicrosoftEntraGroupObjectId = '[guid--security-group-objectid-that-will-become-cluster-admin]'
param a0008NamespaceReaderMicrosoftEntraGroupObjectId = '[guid--security-group-objectid-that-will-become-namespace-a0008-reader]'
param k8sControlPlaneAuthorizationTenantId = '[guid--your-cluster-APIs-authorization-tenant-ID]'
param appGatewayListenerCertificate = '[base64 cert data]'
param aksIngressControllerCertificate = '[base64 public cert data]'
param clusterAuthorizedIPRanges = '[array of IP ranges, like [\'168.196.25.0/24\',\'73.140.245.0/28\', AzureFirewallIP/32] ]'
param domainName = '[the value of DOMAIN_NAME_AKS_BASELINE (e.g. contoso.com)]'
param gitOpsBootstrappingRepoHttpsUrl = 'https://github.com/mspnp/aks-baseline'