Skip to content

Commit aadc50d

Browse files
AllenAnthesapex-omontgomery
authored andcommitted
Add prod DB host
1 parent 2c5c259 commit aadc50d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

kubernetes/operationcode_python_backend/overlays/prod/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ spec:
1111
imagePullPolicy: Always
1212
env:
1313
- name: DB_HOST
14-
value: # TODO
14+
value: python-prod.czwauqf3tjaz.us-east-2.rds.amazonaws.com
1515
- name: ENVIRONMENT
1616
value: aws_prod
1717
- name: EXTRA_HOSTS
1818
value: api.operationcode.org
19+
- name: RELEASE
20+
value: 1.0.0

kubernetes/operationcode_python_backend/overlays/staging/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ spec:
1515
- name: ENVIRONMENT
1616
value: aws_staging
1717
- name: RELEASE
18-
value: 0.1.0
18+
value: 1.0.0

0 commit comments

Comments
 (0)