Skip to content

Commit

Permalink
fix: increase config-api resource requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Dec 29, 2022
1 parent 402bbc3 commit f046679
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -626,12 +626,12 @@ config-api:
# -- CPU limit.
cpu: 1000m
# -- Memory limit.
memory: 400Mi
memory: 1000Mi
requests:
# -- CPU request.
cpu: 1000m
# -- Memory request.
memory: 400Mi
memory: 1000Mi
# -- Configure the liveness healthcheck for the auth server if needed.
livenessProbe:
# -- http liveness probe endpoint
Expand Down

0 comments on commit f046679

Please sign in to comment.