remove repeat space in yamls (#19883)
parent
5321c65824
commit
95d83bb12e
|
@ -9,8 +9,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "800m"
|
||||
cpu: "800m"
|
||||
requests:
|
||||
memory: "700Mi"
|
||||
cpu: "400m"
|
||||
|
||||
|
|
|
@ -9,8 +9,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
memory: "800Mi"
|
||||
cpu: "800m"
|
||||
cpu: "800m"
|
||||
requests:
|
||||
memory: "600Mi"
|
||||
cpu: "400m"
|
||||
|
||||
|
|
Loading…
Reference in New Issue