Skip to content

Commit

Permalink
adjust cpu limit, enable metrics
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 30054f6 commit 72926d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion helm-values/vc-authn-oidc/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ acapy:
mongodb:
resources:
limits:
cpu: 1
cpu: 1600
memory: 1000Mi
requests:
cpu: 400m
memory: 450Mi
metrics:
enabled: true
readinessProbe:
enabled: true
timeoutSeconds: 10
Expand Down
4 changes: 3 additions & 1 deletion services/vc-authn-oidc/charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,13 @@ vc-authn-oidc:
existingSecret: "vc-authn-oidc-mongodb"
resources:
limits:
cpu: 1
cpu: 1600
memory: 1000Mi
requests:
cpu: 400m
memory: 450Mi
metrics:
enabled: true
readinessProbe:
enabled: true
timeoutSeconds: 10
Expand Down

0 comments on commit 72926d9

Please sign in to comment.