Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed Aug 21, 2023
1 parent 8266d8a commit c8ec42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion deploy/k8s_maker/dpcreator_specs_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
# dpcreator_container_tag="dpcreator-demo", # Tag for Images
# #
ALLOWED_HOSTS="13.82.125.69,demo.dpcreator.org,127.0.0.1,0.0.0.0", # Django setting
TRUSTED_ORIGINS="https://demo.dpcreator.org,http://demo.dpcreator.org,http://127.0.0.1", # Django setting
TRUSTED_ORIGINS="https://demo.dpcreator.org", # Django setting
xTRUSTED_ORIGINS="https://demo.dpcreator.org,http://demo.dpcreator.org,http://127.0.0.1", # Django setting
#
loadBalancerIP="13.82.125.69", # k8s LoadBalancer.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ spec:
- name: ALLOWED_HOSTS
value: "13.82.125.69,demo.dpcreator.org,127.0.0.1,0.0.0.0"
- name: TRUSTED_ORIGINS
value: "https://demo.dpcreator.org,http://demo.dpcreator.org,http://127.0.0.1"
value: "https://demo.dpcreator.org"
- name: DB_USER
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
- name: ALLOWED_HOSTS
value: "13.82.125.69,demo.dpcreator.org,127.0.0.1,0.0.0.0"
- name: TRUSTED_ORIGINS
value: "https://demo.dpcreator.org,http://demo.dpcreator.org,http://127.0.0.1"
value: "https://demo.dpcreator.org"
- name: DB_USER
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit c8ec42c

Please sign in to comment.