Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/uat' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	_TMP/coverage-results.md
#	helm-chart/Chart.yaml
#	helm-chart/environments/values-uat.yaml
#	pom.xml
#	src/test/resources/integration-test/output/result.html
#	src/test/resources/integration-test/output/result.json
  • Loading branch information
LuciaM1 committed Jul 31, 2024
2 parents 7554d92 + 59fc9f1 commit a9f65e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 26 deletions.
6 changes: 3 additions & 3 deletions helm-chart/environments/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ resources:

autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 40
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 90

nodeSelector: {}
Expand Down
6 changes: 3 additions & 3 deletions helm-chart/environments/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ resources:

autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 8
targetCPUUtilizationPercentage: 40
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 90

nodeSelector: {}
Expand Down
20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-awt</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.amazonservices</groupId>
<artifactId>quarkus-amazon-s3</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>url-connection-client</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>netty-nio-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.amazonservices</groupId>
<artifactId>quarkus-amazon-sts</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit a9f65e5

Please sign in to comment.