Port reworked AKS templates to main (#1450)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Deploy to AKS with Helm",
|
||||
"description": "Deploy an application to an Azure Kubernetes Service cluster using Helm",
|
||||
"creator": "Microsoft Azure",
|
||||
"iconName": "azure",
|
||||
"categories": ["Deployment", "Helm", "Kubernetes", "Dockerfile"]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Deploy to AKS with Kompose",
|
||||
"description": "Deploy an application to an Azure Kubernetes Service cluster using Kompose",
|
||||
"creator": "Microsoft Azure",
|
||||
"iconName": "azure",
|
||||
"categories": ["Deployment", "Kompose", "Kubernetes", "Dockerfile"]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Deploy to AKS with Kustomize",
|
||||
"description": "Deploy an application to an Azure Kubernetes Service cluster using Kustomize",
|
||||
"creator": "Microsoft Azure",
|
||||
"iconName": "azure",
|
||||
"categories": ["Deployment", "Kustomize", "Kubernetes", "Dockerfile"]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Deploy to a AKS Cluster",
|
||||
"description": "Deploy an application to a Azure Kubernetes Service Cluster using Azure Credentials",
|
||||
"name": "Deploy to AKS",
|
||||
"description": "Deploy an application to an Azure Kubernetes Service cluster",
|
||||
"creator": "Microsoft Azure",
|
||||
"iconName": "azure",
|
||||
"categories": ["Deployment", "Kompose", "Helm", "Kustomize", "Kubernetes", "Dockerfile"]
|
||||
"categories": ["Deployment", "Kubernetes", "Dockerfile"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user