Increase CPU limits
Some checks are pending
Auto-update README / Generate README and Create MR (push) Waiting to run
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 23s

This commit is contained in:
Ultradesu
2025-11-24 13:19:04 +02:00
parent c841f95bd2
commit ce4172b435
21 changed files with 31 additions and 28 deletions

View File

@@ -144,7 +144,7 @@ spec:
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"
cpu: "150m"
volumeMounts:
- name: shared-data
mountPath: /shared
@@ -204,7 +204,7 @@ spec:
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"
cpu: "750m"
volumeMounts:
- name: shared-data
mountPath: /shared