Define service type using enricher section of the f-m-p config

This commit is contained in:
Charles Moulliard
2017-03-30 12:54:39 +02:00
parent 82f2992eae
commit 7276a36dcb

View File

@@ -123,6 +123,15 @@
</goals>
</execution>
</executions>
<configuration>
<enricher>
<config>
<fmp-service>
<type>NodePort</type>
</fmp-service>
</config>
</enricher>
</configuration>
</plugin>
</plugins>
</build>