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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
probes:
|
probes:
|
||||||
readiness:
|
readiness:
|
||||||
type: httpGet
|
type: httpGet
|
||||||
@ -110,7 +110,7 @@ payment:
|
|||||||
maxAllowed:
|
maxAllowed:
|
||||||
enabled: true
|
enabled: true
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
controlledResources:
|
controlledResources:
|
||||||
- cpu
|
- cpu
|
||||||
- memory
|
- memory
|
||||||
|
|||||||
@ -22,10 +22,10 @@ payment:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 200m
|
cpu: 200m
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
probes:
|
probes:
|
||||||
readiness:
|
readiness:
|
||||||
type: httpGet
|
type: httpGet
|
||||||
@ -92,11 +92,11 @@ payment:
|
|||||||
minAllowed:
|
minAllowed:
|
||||||
enabled: true
|
enabled: true
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
maxAllowed:
|
maxAllowed:
|
||||||
enabled: true
|
enabled: true
|
||||||
cpu: 200m
|
cpu: 300m
|
||||||
memory: 128Mi
|
memory: 512Mi
|
||||||
controlledResources:
|
controlledResources:
|
||||||
- cpu
|
- cpu
|
||||||
- memory
|
- memory
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user