Skip to content

Commit

Permalink
Merge pull request #41 from nerc-project/postgres-images-local-registry
Browse files Browse the repository at this point in the history
postgres: use local registry crunchydata images
  • Loading branch information
jtriley authored Nov 29, 2023
2 parents ee97a8b + 3a42696 commit d6cd46c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/regapp/overlays/prod/patches/regapp-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: regapp-postgres-ha
namespace: regapp
spec:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-postgres:latest
postgresVersion: 13
instances:
- name: regapp-pgha1
Expand All @@ -27,7 +27,7 @@ spec:
postgres-operator.crunchydata.com/instance-set: regapp-pgha1
backups:
pgbackrest:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-pgbackrest:latest
configuration:
- secret:
name: pgo-s3-conf
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
region: "us-east-1"
proxy:
pgBouncer:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3
image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-pgbouncer:latest
replicas: 2
affinity:
podAntiAffinity:
Expand Down

0 comments on commit d6cd46c

Please sign in to comment.