POM name is too long to setup the Deployment & Service kubernetes name

This commit is contained in:
Charles Moulliard
2017-05-02 11:44:27 +02:00
parent e70dd7a47d
commit cc4178b632

View File

@@ -123,6 +123,18 @@
</goals>
</execution>
</executions>
<configuration>
<enricher>
<config>
<fmp-controller>
<name>spring-cloud-reload</name>
</fmp-controller>
<fmp-service>
<name>spring-cloud-reload</name>
</fmp-service>
</config>
</enricher>
</configuration>
</plugin>
</plugins>
</build>