-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rhertle
committed
Aug 31, 2020
1 parent
07a14b1
commit 75b15f7
Showing
86 changed files
with
132 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Eclipse | ||
.project | ||
.classpath | ||
.settings/ | ||
bin/ | ||
|
||
# IntelliJ | ||
.idea | ||
*.ipr | ||
*.iml | ||
*.iws | ||
|
||
# NetBeans | ||
nb-configuration.xml | ||
|
||
# Visual Studio Code | ||
.vscode | ||
.factorypath | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
# Vim | ||
*.swp | ||
*.swo | ||
|
||
# patch | ||
*.orig | ||
*.rej | ||
|
||
# Maven | ||
*/target/ | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
release.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
apiVersion: v1 | ||
kind: List | ||
metadata: | ||
labels: | ||
application: quarkus-techlab | ||
items: | ||
|
||
- apiVersion: v1 | ||
kind: ImageStream | ||
metadata: | ||
labels: | ||
application: quarkus-techlab | ||
name: data-producer | ||
|
||
- apiVersion: v1 | ||
kind: DeploymentConfig | ||
metadata: | ||
labels: | ||
application: quarkus-techlab | ||
name: data-producer | ||
spec: | ||
replicas: 1 | ||
selector: | ||
deploymentConfig: data-producer | ||
strategy: | ||
type: Recreate | ||
template: | ||
metadata: | ||
labels: | ||
application: quarkus-techlab | ||
deploymentConfig: data-producer | ||
spec: | ||
containers: | ||
- image: data-producer | ||
imagePullPolicy: Always | ||
livenessProbe: | ||
failureThreshold: 5 | ||
httpGet: | ||
path: /health | ||
port: 8080 | ||
scheme: HTTP | ||
initialDelaySeconds: 3 | ||
periodSeconds: 20 | ||
successThreshhold: 1 | ||
timeoutSeconds: 15 | ||
readinessProbe: | ||
failureThreshold: 5 | ||
httpGet: | ||
path: /health | ||
port: 8080 | ||
scheme: HTTP | ||
initialDelaySeconds: 3 | ||
periodSeconds: 20 | ||
successThreshold: 1 | ||
timeoutSeconds: 15 | ||
name: data-producer | ||
port: | ||
- containerPort: 8080 | ||
name: http | ||
protocol: TCP | ||
resources: | ||
limits: | ||
cpu: 1 | ||
memory: 500Mi | ||
requests: | ||
cpu: 50m | ||
memory: 100Mi | ||
triggers: | ||
- imageChangeParams: | ||
automatic: true | ||
containerNames: | ||
- data-producer | ||
from: | ||
kind: ImageStreamTag | ||
name: data-producer:latest | ||
type: ImageChange | ||
- type: ConfigChange | ||
|
||
- apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
labels: | ||
application: quarkus-techlab | ||
name: data-producer | ||
spec: | ||
ports: | ||
- name: data-producer-http | ||
port: 8080 | ||
protocol: TCP | ||
targetPort: 8080 | ||
selector: | ||
deploymentConfig: data-producer | ||
sessionAffinity: None | ||
type: ClusterIP | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-505 Bytes
target/classes/org/acme/quickstart/entity/SensorMeasurement.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-7.62 KB
target/lib/io.quarkus.quarkus-resteasy-server-common-1.7.0.Final.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-14.2 KB
target/lib/org.eclipse.microprofile.config.microprofile-config-api-1.4.jar
Binary file not shown.
Binary file removed
BIN
-10.7 KB
...g.eclipse.microprofile.context-propagation.microprofile-context-propagation-api-1.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-20.1 KB
target/lib/org.jboss.logging.jboss-logging-annotations-2.1.0.Final.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-15.6 KB
target/lib/org.jboss.resteasy.resteasy-json-binding-provider-4.5.6.Final.jar
Binary file not shown.
Binary file removed
BIN
-12.8 KB
target/lib/org.jboss.resteasy.resteasy-json-p-provider-4.5.6.Final.jar
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-143 KB
target/lib/org.jboss.spec.javax.ws.rs.jboss-jaxrs-api_2.1_spec-2.0.1.Final.jar
Binary file not shown.
Binary file removed
BIN
-111 KB
target/lib/org.jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec-2.0.0.Final.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-300 KB
target/lib/org.wildfly.common.wildfly-common-1.5.4.Final-format-001.jar
Binary file not shown.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file was deleted.
Oops, something went wrong.
Empty file.
1 change: 0 additions & 1 deletion
1
target/maven-status/maven-compiler-plugin/compile/null/inputFiles.lst
This file was deleted.
Oops, something went wrong.
Empty file.
Binary file not shown.