donovanmuller / spring-cloud-deployer-openshift

A Spring Cloud Deployer SPI implementation for OpenShift 3
http://blog.switchbit.io/spring-cloud-deployer-openshift
Apache License 2.0
4 stars 10 forks source link

Investigate whether we can re-use the PodSpec creation found in Kubernetes deployer #19

Closed donovanmuller closed 7 years ago

donovanmuller commented 7 years ago

This would allow both app and tasks to share the same PodSpec creation for consistency and compatibility with the Kubernetes deployer, also less to maintain. Any additional configuration specific to the OpenShift deployer can be added on...