add more resources arr's
This commit is contained in:
parent
e32d22e701
commit
fbee41dae3
2 changed files with 5 additions and 5 deletions
kubernetes/apps/production/arr
|
@ -78,10 +78,10 @@ spec:
|
|||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 100Mi
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
limits:
|
||||
memory: 250Mi
|
||||
memory: 512Mi
|
||||
|
||||
service:
|
||||
app:
|
||||
|
|
|
@ -78,10 +78,10 @@ spec:
|
|||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
limits:
|
||||
memory: 400Mi
|
||||
memory: 512Mi
|
||||
|
||||
service:
|
||||
app:
|
||||
|
|
Reference in a new issue