increase memory and CPU limits for payment service in alpha and prod configurations
This commit is contained in:
parent
efc1edbe4a
commit
2df579dd13
@ -24,10 +24,10 @@ payment:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
probes:
|
||||
readiness:
|
||||
type: httpGet
|
||||
@ -110,7 +110,7 @@ payment:
|
||||
maxAllowed:
|
||||
enabled: true
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
controlledResources:
|
||||
- cpu
|
||||
- memory
|
||||
|
||||
@ -22,10 +22,10 @@ payment:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
probes:
|
||||
readiness:
|
||||
type: httpGet
|
||||
@ -92,11 +92,11 @@ payment:
|
||||
minAllowed:
|
||||
enabled: true
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
memory: 128Mi
|
||||
maxAllowed:
|
||||
enabled: true
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
cpu: 300m
|
||||
memory: 512Mi
|
||||
controlledResources:
|
||||
- cpu
|
||||
- memory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user