Skip to content

Commit

Permalink
postgres: use local registry crunchydata images
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley committed Nov 28, 2023
1 parent f897228 commit e726b9d
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 e726b9d

Please sign in to comment.