Skip to content

Commit

Permalink
Updated to the otterize docker repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
bglynn committed Jan 23, 2024
1 parent 3bdd791 commit 9b6ea1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/code-examples/postgres/client-server-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: 'brianglynn/postgres-tutorial-server'
image: 'otterize/postgres-tutorial-server'
ports:
- containerPort: 80
env:
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
containers:
- name: client
imagePullPolicy: Always
image: 'brianglynn/postgres-tutorial-client'
image: 'otterize/postgres-tutorial-client'
ports:
- containerPort: 80
---
Expand All @@ -89,7 +89,7 @@ spec:
containers:
- name: database
imagePullPolicy: Always
image: 'brianglynn/postgres-tutorial-database'
image: 'otterize/postgres-tutorial-database'
ports:
- containerPort: 5432
---
Expand Down

0 comments on commit 9b6ea1f

Please sign in to comment.