Skip to content

Commit

Permalink
reduced global auth-info's cpu and memory requested amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Nov 7, 2023
1 parent 34793d0 commit dfc1bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubetemplates/auth-info-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ spec:
name: log
resources:
requests:
memory: 50Mi
cpu: 50m
memory: 20Mi
cpu: 10m
volumes:
- name: nginx-conf
configMap:
Expand Down

0 comments on commit dfc1bf6

Please sign in to comment.