Permalink
Cannot retrieve contributors at this time
apiVersion: servicecatalog.k8s.io/v1beta1 | |
kind: ServiceInstance | |
metadata: | |
name: example-mysql-instance | |
namespace: default | |
spec: | |
clusterServiceClassExternalName: azure-mysql-5-7 | |
clusterServicePlanExternalName: basic | |
parameters: | |
location: eastus | |
resourceGroup: demo | |
firewallRules: | |
- startIPAddress: "0.0.0.0" | |
endIPAddress: "255.255.255.255" | |
name: "AllowAll" |