Merge pull request #10235 from BLasan/issue-10185

Add resource requests & limits for mysql test
pull/10193/head^2
Medya Ghazizadeh 2021-01-25 09:23:26 -08:00 committed by GitHub
commit 07ce06e523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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