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
No related tags found
No related merge requests found
...@@ -21,11 +21,11 @@ spec: ...@@ -21,11 +21,11 @@ spec:
- containerPort: 8080 - containerPort: 8080
resources: resources:
requests: requests:
cpu: 10m cpu: '10m'
memory: 64MiB memory: '64Mi'
limits: limits:
cpu: 500m cpu: '500m'
memory: 128MiB memory: '128Mi'
--- ---
apiVersion: v1 apiVersion: v1
kind: Service 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