Skip to content

Commit

Permalink
Add s2i files to all quickstarts that use Quarkus except ActiveMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Chianelli authored and ge0ffrey committed Jan 28, 2022
1 parent 531f720 commit ca42ee8
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 1 deletion.
1 change: 1 addition & 0 deletions technology/kotlin-quarkus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!.gitignore
!.dockerignore
!.mvn
!.s2i
/nbproject
/*.ipr
/*.iws
Expand Down
5 changes: 5 additions & 0 deletions technology/kotlin-quarkus/.s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar
1 change: 1 addition & 0 deletions use-cases/call-center/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!.gitignore
!.dockerignore
!.mvn
!.s2i
/nbproject
/*.ipr
/*.iws
Expand Down
5 changes: 5 additions & 0 deletions use-cases/call-center/.s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar
1 change: 1 addition & 0 deletions use-cases/employee-scheduling/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!.gitignore
!.dockerignore
!.mvn
!.s2i
/nbproject
/*.ipr
/*.iws
Expand Down
5 changes: 5 additions & 0 deletions use-cases/employee-scheduling/.s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar
1 change: 1 addition & 0 deletions use-cases/facility-location/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!.gitignore
!.dockerignore
!.mvn
!.s2i
/nbproject
/*.ipr
/*.iws
Expand Down
5 changes: 5 additions & 0 deletions use-cases/facility-location/.s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar
1 change: 1 addition & 0 deletions use-cases/maintenance-scheduling/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!.gitignore
!.dockerignore
!.mvn
!.s2i
/nbproject
/*.ipr
/*.iws
Expand Down
5 changes: 5 additions & 0 deletions use-cases/maintenance-scheduling/.s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar
1 change: 1 addition & 0 deletions use-cases/order-picking/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!.gitignore
!.dockerignore
!.mvn
!.s2i
/nbproject
/*.ipr
/*.iws
Expand Down
5 changes: 5 additions & 0 deletions use-cases/order-picking/.s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar
1 change: 0 additions & 1 deletion use-cases/school-timetabling/.s2i/environment
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar

1 change: 1 addition & 0 deletions use-cases/vaccination-scheduling/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!.gitignore
!.dockerignore
!.mvn
!.s2i
/nbproject
/*.ipr
/*.iws
Expand Down
5 changes: 5 additions & 0 deletions use-cases/vaccination-scheduling/.s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar
1 change: 1 addition & 0 deletions use-cases/vehicle-routing/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!.gitignore
!.dockerignore
!.mvn
!.s2i
/nbproject
/*.ipr
/*.iws
Expand Down
5 changes: 5 additions & 0 deletions use-cases/vehicle-routing/.s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAVEN_S2I_ARTIFACT_DIRS=target/quarkus-app
S2I_SOURCE_DEPLOYMENTS_FILTER=app lib quarkus quarkus-run.jar
JAVA_OPTIONS=-Dquarkus.http.host=0.0.0.0
AB_JOLOKIA_OFF=true
JAVA_APP_JAR=/deployments/quarkus-run.jar

0 comments on commit ca42ee8

Please sign in to comment.