Creating User Provided Service Instance (CUPS) for Spring Cloud Config
Cloud Foundry has commands for creating and updating user-provided service instances (cups). Once created, user-provided service instances can be bound to an application. To interact with the Cloud Foundry instance, the command line interface, cf CLI is used.
- Procedure
- Log into your Cloud Foundry environment using the cf CLI.
- Using the cf CLI, execute
cf cups spring-cloud-config-server -p "url"
- When prompted, specify values appropriate for your environment.
For example,
url> tcp://localhost:8888