Skip to content

Commit

Permalink
Increase mem limit for pki container
Browse files Browse the repository at this point in the history
Perhaps it needs more during startup, we have seen it OOM in dev-gcp
  • Loading branch information
george-angel committed Sep 18, 2021
1 parent b15be29 commit eb5018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/vault-namespace/vault-pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
resources:
limits:
cpu: 1000m
memory: 256Mi
memory: 512Mi
requests:
cpu: 0m
memory: 20Mi
Expand Down

0 comments on commit eb5018e

Please sign in to comment.