Private
Public Access
1
0

fix Limits
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 7m30s

This commit is contained in:
Sebastian Unterschütz
2026-01-18 15:11:32 +01:00
parent 6dc3f8d141
commit 9c688d240f
3 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ spec:
cpu: "250m"
limits:
memory: "512Mi"
cpu: "1000m"
cpu: "250m"
volumeMounts:
- name: assets
mountPath: /root/cmd/client/web/assets

View File

@@ -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

View File

@@ -63,4 +63,4 @@ spec:
cpu: "50m"
limits:
memory: "256Mi"
cpu: "500m"
cpu: "150m"