Add Kubernetes Config Server (#881)

* Initial commit

* Added profile activation and support for secrets

* Cherry pick c48fdfd121

* Refactoring classnames that make more sense

* Refining configserver for milestone

* Remove unused code
This commit is contained in:
Ryan Baxter
2021-10-13 14:47:46 -04:00
committed by GitHub
parent c48fdfd121
commit 8951627d18
20 changed files with 1260 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ set -e
./mvnw deploy -DskipTests -B -Pfast,deploy ${@}
./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush ${@}
./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configserver -Pdockerpush ${@}