Skip to content

Commit c51e015

Browse files
authored
Merge pull request spring-cloud#64 from cmoulliard/issue-59
Define service type using enricher section of the f-m-p config
2 parents e70dd7a + 7276a36 commit c51e015

File tree

1 file changed

+9
-0
lines changed
  • spring-cloud-kubernetes-examples/kubernetes-reload-example

1 file changed

+9
-0
lines changed

spring-cloud-kubernetes-examples/kubernetes-reload-example/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@
123123
</goals>
124124
</execution>
125125
</executions>
126+
<configuration>
127+
<enricher>
128+
<config>
129+
<fmp-service>
130+
<type>NodePort</type>
131+
</fmp-service>
132+
</config>
133+
</enricher>
134+
</configuration>
126135
</plugin>
127136
</plugins>
128137
</build>

0 commit comments

Comments
 (0)