Skip to content

Commit

Permalink
adjust cpu limits
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Polchenko <[email protected]>
  • Loading branch information
i5okie committed Jul 22, 2024
1 parent 72926d9 commit 5a54a8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm-values/vc-authn-oidc/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ mongodb:
livenessProbe:
enabled: true
timeoutSeconds: 10

postgresql:
primary:
resources:
limits:
cpu: 700m
memory: 2600Mi
4 changes: 4 additions & 0 deletions services/vc-authn-oidc/charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,7 @@ vc-authn-oidc:
primary:
persistence:
size: 5Gi
resources:
limits:
cpu: 700m
memory: 2600Mi

0 comments on commit 5a54a8f

Please sign in to comment.