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
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 100m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 200m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
probes: {}
|
probes: {}
|
||||||
services:
|
services:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user