Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Jan 7, 2024
1 parent 01e3bba commit 21a8b6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions etc/k8s/prometheus-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/component: prometheus
app.kubernetes.io/name: prometheus
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 2.33.3
app.kubernetes.io/version: 2.33.4
name: prometheus-k8s
namespace: stomp-test
roleRef:
Expand All @@ -25,7 +25,7 @@ metadata:
app.kubernetes.io/component: prometheus
app.kubernetes.io/name: prometheus
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 2.33.3
app.kubernetes.io/version: 2.33.4
name: prometheus-k8s
namespace: stomp-test
rules:
Expand Down
4 changes: 3 additions & 1 deletion etc/k8s/wildfly-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: OTEL_COLLECTOR_HOST
value: 'localhost'
resources:
limits:
memory: 1024Mi
Expand Down Expand Up @@ -107,7 +109,7 @@ spec:
path: /health/live
port: 9990
scheme: HTTP
initialDelaySeconds: 90
initialDelaySeconds: 60
periodSeconds: 60
successThreshold: 1
timeoutSeconds: 10
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<maven.compiler.source>21</maven.compiler.source>
<wildfly.version>30.0.0.Final</wildfly.version>
<jboss.home>/opt/wildfly-${wildfly.version}</jboss.home>
<junit.jupiter.version>5.10.0</junit.jupiter.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<jacoco.version>0.8.10</jacoco.version>
<arquillian.version>1.8.0.Final</arquillian.version>
<arquillian.wildfly.version>5.0.1.Final</arquillian.wildfly.version>
Expand Down Expand Up @@ -300,12 +300,6 @@
<version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
Expand Down

0 comments on commit 21a8b6a

Please sign in to comment.