We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27372d4 commit 2c5c259Copy full SHA for 2c5c259
2 files changed
kubernetes/operationcode_python_backend/base/deployment.yaml
@@ -103,7 +103,7 @@ spec:
103
name: python-backend-secrets
104
key: google_oauth_client_secret
105
- name: EXTRA_HOSTS
106
- value: api.dev.operationcode.org
+ value: api.staging.operationcode.org
107
volumes:
108
- name: python-backend-secrets
109
secret:
kubernetes/operationcode_python_backend/overlays/prod/deployment.yaml
@@ -13,4 +13,6 @@ spec:
13
- name: DB_HOST
14
value: # TODO
15
- name: ENVIRONMENT
16
- value: aws_prod
+ value: aws_prod
17
+ - name: EXTRA_HOSTS
18
+ value: api.operationcode.org
0 commit comments