Skip to content

Commit

Permalink
Add limits on keycloak database: everything has limits now
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 10, 2024
1 parent 61ae330 commit abffe82
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ spec:
containers:
- name: loculus-keycloak-database
image: postgres:latest
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "100Mi"
ports:
- containerPort: 5432
env:
Expand Down

0 comments on commit abffe82

Please sign in to comment.