forked from Azure/azure-service-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure_v1alpha1_apimservice.yaml
29 lines (25 loc) · 1.18 KB
/
azure_v1alpha1_apimservice.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
apiVersion: azure.microsoft.com/v1alpha1
kind: ApimService
metadata:
name: apimservice-sample
spec:
# tier can be:
# basic - a basic instance, cannot use a VNet
# standard - a standard instance, cannot use a VNet
# premium - a premium instance, if you are using a VNet then your instance must be premium
tier: premium
location: westus
resourceGroup: resourcegroup-azure-operators
publisherName: {Your name}
publisherEmail: {Your email}
# vnetType can be:
# none - do not attach to a VNet, if your instance is not premium then you must use this value, the other VNet values do not matter then
# internal - an internal API Mgmt Service, the API Mgmt Service instance must be premium, other VNet values are REQUIRED
# external - an external API Mgmt Service, the API Mgmt Service instance must be premium, other VNet values are REQUIRED
vnetType: none
vnetResourceGroup: resourcegroup-azure-operators
vnetName: virtualnetwork-sample
vnetSubnetName: test1
# app insight values are optional, if you do not want to use app insights then you can leave blank
appInsightsResourceGroup: resourcegroup-azure-operators-wmm
appInsightsName: appinsights-sample-wmm