Skip to content

Commit 3c01bde

Browse files
committed
NLB-6903 Removed httpApplicationRouting from AKS addon configuration
Azure deprecated HTTP application routing for AKS https://learn.microsoft.com/en-us/azure/aks/app-routing-migration. This caused the portal extension workflow to fail for customers adding NLK to a new AKS cluster. As a result, we're removing it from the ARM template to avoid further errors.
1 parent 0650b3d commit 3c01bde

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

charts/armTemplate.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@
113113
"description": "Enable private network access to the Kubernetes cluster."
114114
}
115115
},
116-
"enableHttpApplicationRouting": {
117-
"defaultValue": true,
118-
"type": "Bool",
119-
"metadata": {
120-
"description": "Boolean flag to turn on and off http application routing."
121-
}
122-
},
123116
"enableAzurePolicy": {
124117
"defaultValue": false,
125118
"type": "Bool",
@@ -209,9 +202,6 @@
209202
"enablePrivateCluster": "[parameters('enablePrivateCluster')]"
210203
},
211204
"addonProfiles": {
212-
"httpApplicationRouting": {
213-
"enabled": "[parameters('enableHttpApplicationRouting')]"
214-
},
215205
"azurepolicy": {
216206
"enabled": "[parameters('enableAzurePolicy')]"
217207
},

0 commit comments

Comments
 (0)