Skip to content

Commit

Permalink
fix(k8s): set DJANGO_ALLOWED_HOSTS=*
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed May 10, 2023
1 parent e8122f9 commit 746deb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
command: [ 'python3', 'manage.py' ]
args: [ 'runserver', '0.0.0.0:80' ]
env:
- name: DJANGO_ALLOWED_HOSTS
value: '*'
- name: PGHOST
value: {{ include "third-places.fullname" . }}-postgresql
- name: PGPORT
Expand Down

0 comments on commit 746deb6

Please sign in to comment.