Skip to content

Commit

Permalink
Ensure gunicorn reloads when the apps.yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Aug 5, 2024
1 parent e8631c8 commit e02c730
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clouddeploy/sso-dashboard-dev.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ spec:
- '--timeout=60'
- '--log-level=debug'
- '--error-logfile=-'
- '--reload'
- '--reload-extra-file=/dashboard/data/apps.yml'
ports:
- name: http1
containerPort: 8000
Expand Down
2 changes: 2 additions & 0 deletions clouddeploy/sso-dashboard-prod.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ spec:
- '--timeout=60'
- '--log-level=debug'
- '--error-logfile=-'
- '--reload'
- '--reload-extra-file=/dashboard/data/apps.yml'
ports:
- name: http1
containerPort: 8000
Expand Down
2 changes: 2 additions & 0 deletions clouddeploy/sso-dashboard-staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ spec:
- '--timeout=60'
- '--log-level=debug'
- '--error-logfile=-'
- '--reload'
- '--reload-extra-file=/dashboard/data/apps.yml'
ports:
- name: http1
containerPort: 8000
Expand Down

0 comments on commit e02c730

Please sign in to comment.