fix: temporal helm values existingSecret
This commit is contained in:
parent
7ba65f8acb
commit
805d2a6a7d
|
|
@ -35,7 +35,7 @@ server:
|
||||||
host: "agentic-os-pg-rw.platform-data.svc.cluster.local"
|
host: "agentic-os-pg-rw.platform-data.svc.cluster.local"
|
||||||
port: 5432
|
port: 5432
|
||||||
user: "agentic_os"
|
user: "agentic_os"
|
||||||
password: "${TEMPORAL_DB_PASSWORD}"
|
existingSecret: "temporal-db-creds"
|
||||||
maxConns: 20
|
maxConns: 20
|
||||||
maxIdleConns: 20
|
maxIdleConns: 20
|
||||||
maxConnLifetime: "1h"
|
maxConnLifetime: "1h"
|
||||||
|
|
@ -49,7 +49,7 @@ server:
|
||||||
host: "agentic-os-pg-rw.platform-data.svc.cluster.local"
|
host: "agentic-os-pg-rw.platform-data.svc.cluster.local"
|
||||||
port: 5432
|
port: 5432
|
||||||
user: "agentic_os"
|
user: "agentic_os"
|
||||||
password: "${TEMPORAL_DB_PASSWORD}"
|
existingSecret: "temporal-db-creds"
|
||||||
maxConns: 20
|
maxConns: 20
|
||||||
maxIdleConns: 20
|
maxIdleConns: 20
|
||||||
maxConnLifetime: "1h"
|
maxConnLifetime: "1h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue