Merge pull request #288 from 3dwardch3ng/app/sonarqube

fix postgres password issue
This commit is contained in:
2024-06-24 15:49:01 +10:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ spec:
retries: 3 retries: 3
values: values:
auth: auth:
postgresPassword: ${postgresql_password} postgresPassword: ${postgres_password}
username: ${username} username: ${username}
password: ${password} password: ${password}
database: ${database} database: ${database}
@@ -27,7 +27,7 @@ spec:
replication: replication:
synchronousCommit: "on" synchronousCommit: "on"
numSynchronousReplicas: 1 numSynchronousReplicas: 1
applicationName: "postgresqlReplication" applicationName: "postgres_repl"
primary: primary:
podSecurityContext: podSecurityContext:
fsGroup: 1000 fsGroup: 1000