remove repeat space in yamls (#19883)

pull/19898/head
行颠 2020-03-27 19:46:23 +08:00 committed by GitHub
parent 5321c65824
commit 95d83bb12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,7 @@ spec:
resources:
limits:
memory: "1Gi"
cpu: "800m"
cpu: "800m"
requests:
memory: "700Mi"
cpu: "400m"

View File

@ -9,8 +9,7 @@ spec:
resources:
limits:
memory: "800Mi"
cpu: "800m"
cpu: "800m"
requests:
memory: "600Mi"
cpu: "400m"