Skip to content

Commit

Permalink
Increase keycloak CPU requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Mar 15, 2024
1 parent cedef30 commit ef1d8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.58
version: 0.0.59
keywords:
- brokencrystals
- brkn
2 changes: 1 addition & 1 deletion charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
image: quay.io/keycloak/keycloak:16.1.1
resources:
requests:
cpu: 100m
cpu: 200m
memory: 500Mi
livenessProbe:
httpGet:
Expand Down

0 comments on commit ef1d8fe

Please sign in to comment.