Update README.md

This commit is contained in:
Tomas Pizarro
2018-04-19 15:07:42 +02:00
committed by GitHub
parent eecaeb8b04
commit 6dc79ea0bd

View File

@@ -160,7 +160,7 @@ ingress:
1. Install Service Catalog in your Kubernetes cluster following [this instructions](https://kubernetes.io/docs/tasks/service-catalog/install-service-catalog-using-helm/)
2. Install the Open Service Broker for Azure in your Kubernetes cluster following [this instructions](https://github.com/Azure/helm-charts/tree/master/open-service-broker-azure)
3. Create and deploy a ServiceBinding to provision a database server in Azure cloud.
3. Create and deploy a ServiceInstance to provision a database server in Azure cloud.
```
apiVersion: servicecatalog.k8s.io/v1beta1
@@ -199,4 +199,4 @@ Deploy the helm chart enabling the Azure external database makes the following a
- You would want an Azure CosmosDB MongoDB database
- Your application uses DATABASE_HOST, DATABASE_PORT, DATABASE_USER and DATABASE_PASSWORD environment variables to connect to the database.
You can read more about the kubernetes service catalog at https://github.com/kubernetes-bitnami/service-catalog
You can read more about the kubernetes service catalog at https://github.com/kubernetes-bitnami/service-catalog