Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Habib committed Oct 19, 2017
1 parent a6f7e3e commit 7efd8df
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions deploy/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,30 @@ To login use the following credentials detailed [here](../../docs/access.md).

> Note: For some environments like Minikube, you are not given an IP Address - it may show as `<nodes>`. In this case, run `kubectl cluster-info` and use the IP address of your node shown in the output of this command.
## Specifying UAA configuration

When deploying with SCF, the [`scf-config-values.yaml`](https://github.com/SUSE/scf/wiki/How-to-Install-SCF#configuring-the-deployment) can be supplied when installing Stratos UI.
```
$ helm install stratos-ui/console -f scf-config-values.yaml
```

Alternatively, you can supply the following configuration. Edit according to your environment and save to a file called `uaa-config.yaml`.
```
uaa:
protocol: https://
port: 2793
host: uaa.cf-dev.io
consoleClient: cf
consoleClientSecret:
consoleAdminIdentifier: cloud_controller.admin
skipSSLValidation: false
```

To install stratos-ui with the above specified configuration:
```
$ helm install stratos-ui/console -f uaa-config.yaml
```

## UAA for Testing
A UAA Helm chart has been provided to quickly bring up an UAA instance for testing the console.

Expand Down

0 comments on commit 7efd8df

Please sign in to comment.