remove repeat space in yamls (#19883)
parent
4b37fac15b
commit
aecf7e78b6
|
@ -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