Skip to content

Commit

Permalink
Edit Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaumini authored and chirangaalwis committed Nov 28, 2019
1 parent 9e1abdc commit 2bf080c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# kubernetes-open-banking
Kubernetes and Helm Resources for WSO2 Open Banking
# Kubernetes and Helm Resources for WSO2 Open Banking

*This repository contains Helm Resources for container-based deployments of WSO2 Open Banking.*
*Kubernetes and Helm Resources for container-based deployments of WSO2 Open Banking patterns.*

#### Kubernetes and Helm resources for Open Banking deployment patterns

Expand Down
10 changes: 5 additions & 5 deletions ob-pattern-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ steps provided in the following quick start guide.<br><br>
>* `HELM_HOME` refers to the local copy of the [`wso2/kubernetes-open-banking`](https://github.com/wso2/kubernetes-open-banking/)
Git repository. <br>
#### 1. Clone Kubernetes Resources for WSO2 Open Banking Git repository.
#### 1. Clone Kubernetes Resources for WSO2 Open Banking Git repository

```
git clone https://github.com/wso2/kubernetes-open-banking.git
```

#### 2. Provide Configurations.
#### 2. Provide Configurations

a. The default product configurations are in the `<HELM_HOME>/ob-pattern-1/confs` folder. Change the
configurations as required.
Expand All @@ -50,13 +50,13 @@ b. Open the `<HELM_HOME>/ob-pattern-1/values.yaml` file and configure the follow
| `svcaccount` | Kubernetes Service Account in the `namespace` to which the product instance pods are attached |


#### 3. Deploy WSO2 Open Banking.
#### 3. Deploy WSO2 Open Banking

```
helm install --dep-up --name <RELEASE_NAME> <HELM_HOME>/ob-pattern-1 --namespace <NAMESPACE>
```

#### 4. Access Product Management Consoles.
#### 4. Access Product Management Consoles

a. Obtain the external IP (`EXTERNAL-IP`) of the Ingress resources by listing down the Kubernetes Ingresses:

Expand All @@ -83,7 +83,7 @@ b. Add the above host as an entry in the /etc/hosts file as follows:

c. Try navigating to `https://wso2obam/carbon`,`https://wso2obkm/carbon` from your browser.

#### 5. Follow the documentation to use WSO2 Open Banking.
#### 5. Follow the documentation to use WSO2 Open Banking

a. To deploy APIs
* [Deploying APIs for UK](https://docs.wso2.com/display/OB140/Deploying+APIs+for+UK)
Expand Down
10 changes: 5 additions & 5 deletions ob-pattern-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ steps provided in the following quick start guide.<br><br>
>* `HELM_HOME` refers to the local copy of the [`wso2/kubernetes-open-banking`](https://github.com/wso2/kubernetes-open-banking/)
Git repository. <br>
#### 1. Clone Kubernetes Resources for WSO2 Open Banking Git repository.
#### 1. Clone Kubernetes Resources for WSO2 Open Banking Git repository

```
git clone https://github.com/wso2/kubernetes-open-banking.git
```

#### 2. Provide Configurations.
#### 2. Provide Configurations

a. The default product configurations are in the `<HELM_HOME>/ob-pattern-2/confs` folder. Change the
configurations as required.
Expand All @@ -50,13 +50,13 @@ b. Open the `<HELM_HOME>/ob-pattern-2/values.yaml` file and configure the follow
| `svcaccount` | Kubernetes Service Account in the `namespace` to which the product instance pods are attached |


#### 3. Deploy WSO2 Open Banking.
#### 3. Deploy WSO2 Open Banking

```
helm install --dep-up --name <RELEASE_NAME> <HELM_HOME>/ob-pattern-2 --namespace <NAMESPACE>
```

#### 4. Access Product Management Consoles:
#### 4. Access Product Management Consoles

a. Obtain the external IP (`EXTERNAL-IP`) of the Ingress resources by listing down the Kubernetes Ingresses:

Expand Down Expand Up @@ -85,7 +85,7 @@ b. Add the above host as an entry in the /etc/hosts file as follows:

c. Try navigating to `https://wso2-obam/carbon`,`https://wso2-obkm/carbon`, `https://wso2-obbi-dashboard/portal` from your browser.

#### 5. Follow the documentation to use WSO2 Open Banking.
#### 5. Follow the documentation to use WSO2 Open Banking

a. To deploy APIs
* [Deploying APIs for UK](https://docs.wso2.com/display/OB140/Deploying+APIs+for+UK)
Expand Down

0 comments on commit 2bf080c

Please sign in to comment.