From a4fed55e52b9be766da76982e229e6bd227236ae Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 09:26:26 +0200 Subject: [PATCH] Fix CPU limit format in cloudnativepg application template --- applications/templates/cloudnativepg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index b69811d..fc2c710 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -50,7 +50,7 @@ spec: cpu: 100m limits: memory: 1Gi - cpu: 1 + cpu: '1' postgresql: parameters: max_connections: "200"