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" cpu: "250m"
limits: limits:
memory: "512Mi" memory: "512Mi"
cpu: "1000m" cpu: "250m"
volumeMounts: volumeMounts:
- name: assets - name: assets
mountPath: /root/cmd/client/web/assets mountPath: /root/cmd/client/web/assets

View File

@@ -15,10 +15,10 @@ spec:
name: cpu name: cpu
target: target:
type: Utilization type: Utilization
averageUtilization: 70 averageUtilization: 80
- type: Resource - type: Resource
resource: resource:
name: memory name: memory
target: target:
type: Utilization type: Utilization
averageUtilization: 80 averageUtilization: 90

View File

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