Configure Resources Limits
This commit is contained in:
@@ -17,6 +17,13 @@ spec:
|
||||
- name: backend
|
||||
image: yoshiunfriendly/backend-hideyoshi.com
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "750m"
|
||||
ports:
|
||||
- containerPort: 8070
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user