File tree Expand file tree Collapse file tree 5 files changed +0
-220
lines changed
operator/src/main/java/oracle/kubernetes/operator Expand file tree Collapse file tree 5 files changed +0
-220
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ ENV PATH=$PATH:/operator
9
9
10
10
COPY src/scripts/* /operator/
11
11
COPY operator/target/weblogic-kubernetes-operator-0.2.jar /operator/weblogic-kubernetes-operator.jar
12
- COPY target/weblogic-deploy.zip /operator/weblogic-deploy.zip
13
12
COPY operator/target/lib/*.jar /operator/lib/
14
13
15
14
HEALTHCHECK --interval=1m --timeout=10s \
Original file line number Diff line number Diff line change @@ -26,6 +26,5 @@ public interface KubernetesConstants {
26
26
public static final String CONTAINER_NAME = "weblogic-server" ;
27
27
28
28
public static final String DOMAIN_CONFIG_MAP_NAME = "weblogic-domain-cm" ;
29
- public static final String DOMAIN_HOME_CONFIG_MAP_NAME = "weblogic-domain-home-cm" ;
30
29
31
30
}
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ public interface ProcessingConstants {
31
31
public static final String EXPLICIT_RESTART_CLUSTERS = "explicitRestartClusters" ;
32
32
33
33
public static final String SCRIPT_CONFIG_MAP = "scriptConfigMap" ;
34
- public static final String DOMAIN_HOME_CONFIG_MAP = "domainHomeConfigMap" ;
35
34
public static final String SERVER_STATE_MAP = "serverStateMap" ;
36
35
public static final String SERVER_HEALTH_MAP = "serverHealthMap" ;
37
36
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 49
49
50
50
<build >
51
51
<plugins >
52
- <plugin >
53
- <groupId >com.googlecode.maven-download-plugin</groupId >
54
- <artifactId >download-maven-plugin</artifactId >
55
- <version >1.4.0</version >
56
- <executions >
57
- <execution >
58
- <id >install-wdt</id >
59
- <goals >
60
- <goal >wget</goal >
61
- </goals >
62
- <configuration >
63
- <url >https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.8/weblogic-deploy.zip</url >
64
- <outputDirectory >${project.build.directory} </outputDirectory >
65
- </configuration >
66
- </execution >
67
- </executions >
68
- </plugin >
69
52
<plugin >
70
53
<groupId >org.apache.maven.plugins</groupId >
71
54
<artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments