diff --git a/README.md b/README.md index 2c619929..78662a2a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ -This is a sample Web Application to use during Continuous Integration demos + # Build Instruction ``` mvn clean package +and build the instruction . ``` # Deploy instruction -Deploy ```target/WebApp.war``` on Tomcat - +Deploy ```target/WebApp.war``` on Tomcat properly for better experience. + diff --git a/deployment.yaml b/deployment.yaml index 51519809..55d9da8b 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -19,7 +19,7 @@ spec: ports: - name: http containerPort: 8080 - replicas: 1 + replicas: 2 --- apiVersion: v1 kind: Service diff --git a/hosts b/hosts index ecdb14f7..289312cd 100644 --- a/hosts +++ b/hosts @@ -1,2 +1,2 @@ [test] -34.69.132.74 +Host_ip diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index e0e8bf5c..9fda98e7 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -100,3 +100,5 @@ + + diff --git a/test b/test new file mode 100644 index 00000000..03e0cd9a --- /dev/null +++ b/test @@ -0,0 +1,3 @@ +My changes +A B +githubtrigger