Merge pull request #2404 from pikasTech/fix/hwlab-production-pg-tls-mode
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
Pipelines as Code CI / platform-infra-gitea-nc01- Success
Pipelines as Code CI / unidesk-host- Success

修正 HWLAB production PostgreSQL TLS 模式
This commit is contained in:
Lyon
2026-07-17 05:52:09 +08:00
committed by GitHub
+1 -1
View File
@@ -500,7 +500,7 @@ exports:
sourceSecretRef: platform-db/hwlab-nc01-production-db.env
render:
envKey: DATABASE_URL
format: postgresql://$(HWLAB_NC01_PRODUCTION_DB_USER):$(HWLAB_NC01_PRODUCTION_DB_PASSWORD)@$(PGHOST):5432/$(HWLAB_NC01_PRODUCTION_DB_NAME)?sslmode=require
format: postgresql://$(HWLAB_NC01_PRODUCTION_DB_USER):$(HWLAB_NC01_PRODUCTION_DB_PASSWORD)@$(PGHOST):5432/$(HWLAB_NC01_PRODUCTION_DB_NAME)?sslmode=require&uselibpqcompat=true
variables:
PGHOST: 10.42.0.1
writeToSecretSource: