Skip to content

Commit 29c3892

Browse files
Aaron SuarezAaron Suarez
authored andcommitted
Update location of staging database
1 parent 1c9a2df commit 29c3892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/operationcode_python_backend/overlays/staging/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
image: operationcode/back-end:staging
1111
env:
1212
- name: DB_HOST
13-
value: python-staging.czwauqf3tjaz.us-east-2.rds.amazonaws.com
13+
value: postgres.pgo.svc.cluster.local
1414
- name: ENVIRONMENT
1515
value: aws_staging
1616
- name: EXTRA_HOSTS

kubernetes/resources_api/overlays/staging/database-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: resources-postgres
55
spec:
66
type: ExternalName
7-
externalName: python-staging.czwauqf3tjaz.us-east-2.rds.amazonaws.com
7+
externalName: staging-postgres.pgo.svc.cluster.local

0 commit comments

Comments
 (0)