Skip to content

Commit

Permalink
Remove CPU limits for now
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 10, 2024
1 parent c5db07b commit 61ae330
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion kubernetes/loculus/templates/keycloak-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ spec:
cpu: "20m"
limits:
memory: "3Gi"
cpu: "1"
env:
- name: DB_ADDR
valueFrom:
Expand Down
3 changes: 0 additions & 3 deletions kubernetes/loculus/templates/lapis-silo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ spec:
cpu: "10m"
limits:
memory: "2Gi"
cpu: "200m"
ports:
- containerPort: 8081
args:
Expand All @@ -49,7 +48,6 @@ spec:
cpu: "10m"
limits:
memory: "500Mi"
cpu: "200m"
ports:
- containerPort: 8080
args:
Expand All @@ -70,7 +68,6 @@ spec:
cpu: "10m"
limits:
memory: "1Gi"
cpu: "1000m"
command:
- sh
- /silo_import_wrapper.sh
Expand Down
1 change: 0 additions & 1 deletion kubernetes/loculus/templates/loculus-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
cpu: "100m"
limits:
memory: "1Gi" # Backend requires at least 635741K of memory
cpu: "1000m"
livenessProbe:
httpGet:
path: "/actuator/health/liveness"
Expand Down
1 change: 0 additions & 1 deletion kubernetes/loculus/templates/loculus-database-standin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spec:
cpu: "100m"
limits:
memory: "2Gi"
cpu: "500m"
ports:
- containerPort: 5432
env:
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/loculus/templates/loculus-ingest-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
cpu: "100m"
limits:
memory: "10Gi"
cpu: "1000m"
env:
- name: KEYCLOAK_INGEST_PASSWORD
valueFrom:
Expand Down Expand Up @@ -87,7 +86,6 @@ spec:
cpu: "100m"
limits:
memory: "10Gi"
cpu: "1000m"
env:
- name: KEYCLOAK_INGEST_PASSWORD
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ spec:
cpu: "10m"
limits:
memory: "1Gi"
cpu: "1000m"
env:
- name: KEYCLOAK_PASSWORD
valueFrom:
Expand Down
1 change: 0 additions & 1 deletion kubernetes/loculus/templates/loculus-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
cpu: "100m"
limits:
memory: "1Gi"
cpu: "1000m"
ports:
- containerPort: 3000
volumeMounts:
Expand Down

0 comments on commit 61ae330

Please sign in to comment.