mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00
Use requests instead of limits for cpu resource
This commit is contained in:
@@ -39,7 +39,8 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "0.2"
|
||||
requests:
|
||||
cpu: "0.2m"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
@@ -58,7 +59,8 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "0.2"
|
||||
requests:
|
||||
cpu: "0.2m"
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
env:
|
||||
|
Reference in New Issue
Block a user