Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ hibernate:
# The fetch size is the number of entities retrieved at a time from the
# database cursor. Here we set a small default geared toward Nomulus server
# transactions. Large queries can override the defaults on a per-query basis.
jdbcFetchSize: 20
jdbcFetchSize: 40

cloudSql:
# jdbc url for the Cloud SQL database.
Expand Down
2 changes: 1 addition & 1 deletion jetty/kubernetes/nomulus-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
memory: "1Gi"
limits:
cpu: "1000m"
memory: "1Gi"
memory: "1.5Gi"
args: [ENVIRONMENT]
env:
- name: POD_ID
Expand Down
10 changes: 5 additions & 5 deletions jetty/kubernetes/nomulus-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
name: http
resources:
requests:
cpu: "1000m"
cpu: "600m"
memory: "1Gi"
limits:
cpu: "1000m"
Expand Down Expand Up @@ -53,11 +53,11 @@ spec:
name: epp
resources:
requests:
cpu: "1000m"
cpu: "600m"
memory: "512Mi"
limits:
cpu: "1000m"
memory: "512Mi"
memory: "1Gi"
args: [--env, PROXY_ENV, --log, --local]
env:
- name: POD_ID
Expand Down Expand Up @@ -88,8 +88,8 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: frontend
minReplicas: 5
maxReplicas: 20
minReplicas: 8
maxReplicas: 16
metrics:
- type: Resource
resource:
Expand Down
2 changes: 1 addition & 1 deletion proxy/kubernetes/proxy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ spec:
name: cpu
target:
type: Utilization
averageUtilization: 100
averageUtilization: 80