Skip to content

Commit 2c5c259

Browse files
AllenAntheskylemh
authored andcommitted
Update staging HOST url (#112)
* Update BE staging DB URL * Update staging HOST url
1 parent 27372d4 commit 2c5c259

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

kubernetes/operationcode_python_backend/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
name: python-backend-secrets
104104
key: google_oauth_client_secret
105105
- name: EXTRA_HOSTS
106-
value: api.dev.operationcode.org
106+
value: api.staging.operationcode.org
107107
volumes:
108108
- name: python-backend-secrets
109109
secret:

kubernetes/operationcode_python_backend/overlays/prod/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ spec:
1313
- name: DB_HOST
1414
value: # TODO
1515
- name: ENVIRONMENT
16-
value: aws_prod
16+
value: aws_prod
17+
- name: EXTRA_HOSTS
18+
value: api.operationcode.org

0 commit comments

Comments
 (0)