Skip to content

Instantly share code, notes, and snippets.

@cdennig
Last active August 30, 2018 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdennig/40bcea559d2f2f953f95655d22872198 to your computer and use it in GitHub Desktop.
Save cdennig/40bcea559d2f2f953f95655d22872198 to your computer and use it in GitHub Desktop.
Kubernetes OSBA Service Instance
apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceInstance
metadata:
name: demosqlinstance
namespace: default
spec:
clusterServiceClassExternalName: azure-sql-12-0
clusterServicePlanExternalName: standard
parameters:
location: westeurope
resourceGroup: osbademo-resources-rg
firewallRules:
- startIPAddress: "0.0.0.0"
endIPAddress: "255.255.255.255"
name: "AllowAll"
dtus: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment