Fix file mess. Update micro-java endpoints, test, deployment file and pom.

This commit is contained in:
Manuel Aude Morales
2021-05-07 06:51:34 -05:00
parent 98139f4401
commit 408c9919b1
5 changed files with 81 additions and 247 deletions

View File

@@ -108,6 +108,19 @@
<groupId>org.eclipse.jkube</groupId>
<artifactId>openshift-maven-plugin</artifactId>
<version>1.2.0</version>
<configuration>
<resources>
<configMap>
<name>configmap-hello</name>
<entries>
<entry>
<name>APP_MSG</name>
<value>My custom application message.</value>
</entry>
</entries>
</configMap>
</resources>
</configuration>
</plugin>
</plugins>
</build>