Fix CPU limit format in cloudnativepg application template
This commit is contained in:
parent
19454d19a9
commit
a4fed55e52
@ -50,7 +50,7 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
limits:
|
limits:
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
cpu: 1
|
cpu: '1'
|
||||||
postgresql:
|
postgresql:
|
||||||
parameters:
|
parameters:
|
||||||
max_connections: "200"
|
max_connections: "200"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user