fix: require tls for v03 cloud api postgres

This commit is contained in:
root
2026-07-07 00:49:43 +00:00
parent 0f6895d03f
commit 75d6fa889b
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -419,6 +419,7 @@
"type": "object",
"properties": {
"image": { "type": "string", "minLength": 1 },
"sslMode": { "type": "string", "enum": ["disable", "require"] },
"poolMax": { "type": "integer", "minimum": 1 },
"connectionTimeoutMs": { "type": "integer", "minimum": 1 },
"queryTimeoutMs": { "type": "integer", "minimum": 1 },
+1
View File
@@ -387,6 +387,7 @@ lanes:
runtimeStore:
postgres:
image: postgres:16-alpine
sslMode: require
poolMax: 4
connectionTimeoutMs: 5000
queryTimeoutMs: 3000