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

This commit is contained in:
Charles Moulliard
2017-03-30 10:57:06 +02:00
parent 88bb588387
commit 82f2992eae

View File

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