add patches for resources
All checks were successful
Mirror to GitHub / mirror (push) Successful in 9s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 9s
This commit is contained in:
16
teastore/db-patch.yaml
Normal file
16
teastore/db-patch.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: teastore-db
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: teastore-db
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 0.1Gi
|
||||
limits:
|
||||
cpu: 50m
|
||||
memory: 0.15Gi
|
||||
Reference in New Issue
Block a user