Skip to content

Commit

Permalink
Increase connection pool (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigglesandginger authored Jul 8, 2024
1 parent 2adb0f8 commit 5288694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/base/services/cosmos/cosmos-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
resources: {}
resources: {}
imagePullSecrets:
- name: ghcr-cred
restartPolicy: Always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ spec:
value: 'true'
- name: SPRING_FLYWAY_ENABLED
value: 'true'
- name: SPRING_DATASOURCE_HIKARI_MAXIMUM-POOL-SIZE
value: "100"
- name: SPRING_JPA_HIBERNATE_DDL-AUTO
value: 'update'
- name: SPRING_RABBITMQ_ADDRESSES
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/overlays/prod/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ patches:
- path: hmi/server/hmi-server-service.yaml
- path: hmi/server/spicedb-deployment.yaml
- path: hmi/server/spicedb-service.yaml
- path: keycloak/keycloak-deployment.yaml
- path: keycloak/keycloak-service.yaml
- path: services/cosmos/cosmos-deployment.yaml
- path: services/beaker/beaker-deployment.yaml
- path: services/data-service/data-service-graphdb-deployment.yaml
Expand Down

0 comments on commit 5288694

Please sign in to comment.