fix: increase CPU resource requests and limits for authentication configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
6aa480be88
commit
9d43be5fd1
@ -16,10 +16,10 @@ authentication:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user