Moving to use kubernetes-maven-plugin to support java 17 (#956)
* Moving to use kubernetes-maven-plugin to support java 17 * Fixing plugin in build command * Moving enricher config to jkube * Moving k8s templates to jkube directory and pointing arquillian to them * pushing images * review: K8s integration tests JKube compatible Co-authored-by: Marc Nuri <marc@marcnuri.com>
This commit is contained in:
@@ -104,9 +104,9 @@
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>io.fabric8</groupId>
|
||||
<artifactId>fabric8-maven-plugin</artifactId>
|
||||
<version>${fabric8.maven.plugin.version}</version>
|
||||
<groupId>org.eclipse.jkube</groupId>
|
||||
<artifactId>kubernetes-maven-plugin</artifactId>
|
||||
<version>${kubernetes.maven.plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>fmp</id>
|
||||
@@ -118,12 +118,12 @@
|
||||
<configuration>
|
||||
<enricher>
|
||||
<config>
|
||||
<fmp-controller>
|
||||
<jkube-controller>
|
||||
<name>spring-cloud-reload</name>
|
||||
</fmp-controller>
|
||||
<fmp-service>
|
||||
</jkube-controller>
|
||||
<jkube-service>
|
||||
<name>spring-cloud-reload</name>
|
||||
</fmp-service>
|
||||
</jkube-service>
|
||||
</config>
|
||||
</enricher>
|
||||
</configuration>
|
||||
@@ -137,9 +137,9 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>io.fabric8</groupId>
|
||||
<artifactId>fabric8-maven-plugin</artifactId>
|
||||
<version>${fabric8.maven.plugin.version}</version>
|
||||
<groupId>org.eclipse.jkube</groupId>
|
||||
<artifactId>kubernetes-maven-plugin</artifactId>
|
||||
<version>${kubernetes.maven.plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>fmp</id>
|
||||
@@ -152,13 +152,13 @@
|
||||
<configuration>
|
||||
<enricher>
|
||||
<config>
|
||||
<fmp-controller>
|
||||
<jkube-controller>
|
||||
<name>spring-cloud-reload</name>
|
||||
</fmp-controller>
|
||||
<fmp-service>
|
||||
</jkube-controller>
|
||||
<jkube-service>
|
||||
<name>spring-cloud-reload</name>
|
||||
<type>NodePort</type>
|
||||
</fmp-service>
|
||||
</jkube-service>
|
||||
</config>
|
||||
</enricher>
|
||||
</configuration>
|
||||
@@ -171,9 +171,9 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>io.fabric8</groupId>
|
||||
<artifactId>fabric8-maven-plugin</artifactId>
|
||||
<version>${fabric8.maven.plugin.version}</version>
|
||||
<groupId>org.eclipse.jkube</groupId>
|
||||
<artifactId>kubernetes-maven-plugin</artifactId>
|
||||
<version>${kubernetes.maven.plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>fmp</id>
|
||||
@@ -193,9 +193,9 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>io.fabric8</groupId>
|
||||
<artifactId>fabric8-maven-plugin</artifactId>
|
||||
<version>${fabric8.maven.plugin.version}</version>
|
||||
<groupId>org.eclipse.jkube</groupId>
|
||||
<artifactId>kubernetes-maven-plugin</artifactId>
|
||||
<version>${kubernetes.maven.plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>fmp</id>
|
||||
|
||||
Reference in New Issue
Block a user