Skip to content

Commit

Permalink
add defaults for server and repository container
Browse files Browse the repository at this point in the history
Signed-off-by: beeradb <[email protected]>
  • Loading branch information
beeradb committed Jun 5, 2024
1 parent 7dd9fb5 commit 8aba5f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ serverRepository:
podAnnotations: {}
podSecurityContext: {}

## server-repository resources configuration
repository:
resources:
requests:
cpu: 500m
memory: 512Mi
server:
resources:
requests:
cpu: 500m
memory: 1024Mi

## server-repository service configuration
service:
server:
Expand Down

0 comments on commit 8aba5f4

Please sign in to comment.