fix Limits
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 7m30s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 7m30s
This commit is contained in:
@@ -53,7 +53,7 @@ spec:
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "1000m"
|
||||
cpu: "250m"
|
||||
volumeMounts:
|
||||
- name: assets
|
||||
mountPath: /root/cmd/client/web/assets
|
||||
|
||||
@@ -15,10 +15,10 @@ spec:
|
||||
name: cpu
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: 70
|
||||
averageUtilization: 80
|
||||
- type: Resource
|
||||
resource:
|
||||
name: memory
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: 80
|
||||
averageUtilization: 90
|
||||
|
||||
@@ -63,4 +63,4 @@ spec:
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "256Mi"
|
||||
cpu: "500m"
|
||||
cpu: "150m"
|
||||
Reference in New Issue
Block a user