From: Andreas Geissler Date: Mon, 20 Jan 2025 14:57:23 +0000 (+0100) Subject: [POLICY] Add fixed postgres image tag and postgres port X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5a416c63334742c054ae0837a8fc7ebb2a69f6bf;p=oom.git [POLICY] Add fixed postgres image tag and postgres port Use fixed image version instead of "latest" and define a port variable used in the DB job definition Issue-ID: POLICY-5250 Change-Id: I2d73cb485ac1a6cb94913cdaa0b3a8bfe87a60e0 Signed-off-by: Andreas Geissler --- diff --git a/kubernetes/policy/values.yaml b/kubernetes/policy/values.yaml index 2fd3c32878..fbaeda2a9e 100644 --- a/kubernetes/policy/values.yaml +++ b/kubernetes/policy/values.yaml @@ -286,7 +286,7 @@ mariadb-galera: serviceAccount: nameOverride: *mariadbService -postgresImage: library/postgres:latest +postgresImage: library/postgres:17.2 # application configuration override for postgres postgres: nameOverride: &postgresName policy-postgres @@ -294,6 +294,7 @@ postgres: name: *postgresName name2: policy-pg-primary name3: policy-pg-replica + internalPort: 5432 container: name: primary: policy-pg-primary