Merge pull request #10235 from BLasan/issue-10185
Add resource requests & limits for mysql testpull/10193/head^2
commit
07ce06e523
|
@ -24,8 +24,15 @@ spec:
|
|||
app: mysql
|
||||
spec:
|
||||
containers:
|
||||
- image: mysql:5.6
|
||||
- image: mysql:5.7
|
||||
name: mysql
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "600m"
|
||||
limits:
|
||||
memory: "700Mi"
|
||||
cpu: "700m"
|
||||
env:
|
||||
# Use secret in real usage
|
||||
- name: MYSQL_ROOT_PASSWORD
|
||||
|
|
Loading…
Reference in New Issue