Skip to content

Instantly share code, notes, and snippets.

@HoussemDellai
Created January 5, 2020 10:49
Show Gist options
  • Save HoussemDellai/0826e0b4520288967d913057faa5d687 to your computer and use it in GitHub Desktop.
Save HoussemDellai/0826e0b4520288967d913057faa5d687 to your computer and use it in GitHub Desktop.
ServiceInstance to create a SQL Azure server and database using Service Catalog
apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceInstance
metadata:
name: my-sql-instance
namespace: osba
spec:
clusterServiceClassExternalName: azure-sql-12-0
clusterServicePlanExternalName: basic
parameters:
location: eastus
resourceGroup: osba-rg
firewallRules:
- startIPAddress: "0.0.0.0"
endIPAddress: "255.255.255.255"
name: "AllowAll"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment