Fix CPU limit format in cloudnativepg application template

This commit is contained in:
Marco van Zijl 2025-05-10 09:26:26 +02:00
parent 19454d19a9
commit a4fed55e52

View File

@ -50,7 +50,7 @@ spec:
cpu: 100m
limits:
memory: 1Gi
cpu: 1
cpu: '1'
postgresql:
parameters:
max_connections: "200"