SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

allow users to define new services and override existing ones #94

Open ccheetham opened 4 years ago

ccheetham commented 4 years ago

Tooling ships with a basic set of available services. Those services map to services on Cloud Foundry and to Docker images for Docker and Kubernetes.

A user should be able to define their own services.

Additionally, a used should be able to override/tweak the service mappings of shipped services. For example, a used may want a different Docker image of a different Cloud Foundry service plan.