Merge pull request #64 from cmoulliard/issue-59

Define service type using enricher section of the f-m-p config
This commit is contained in:
Ioannis Canellos
2017-03-30 14:03:46 +03:00
committed by GitHub

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>