Skip to content
Snippets Groups Projects
Verified Commit 06b60d4f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrades): Fix requests and limits for calver-server

parent 7a1a6304
No related branches found
Tags 38.44.1
No related merge requests found
......@@ -21,11 +21,11 @@ spec:
- containerPort: 8080
resources:
requests:
cpu: 10m
memory: 64MiB
cpu: '10m'
memory: '64Mi'
limits:
cpu: 500m
memory: 128MiB
cpu: '500m'
memory: '128Mi'
---
apiVersion: v1
kind: Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment